#38AFCF

Color #38AFCF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #38AFCF

Tints of Summer Sky #38AFCF

Color information

#38AFCF (or 0x38AFCF) is unknown color: approx Summer Sky. HEX triplet: 38, AF and CF. RGB value is (56,175,207). Sum of RGB (Red+Green+Blue) = 56+175+207=438 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.79% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #38AFCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AFCF is #C75030. Grayscale: #8E8E8E. Windows color (decimal): -13062193 or 13610808. OLE color: 13610808.

HSL color Cylindrical-coordinate representation of color #38AFCF: hue angle of 192.72º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38AFCF is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB56175207-
CMYK0.730.1500.19
HSL192.72º61.13%51.57%-
HSV(B)192.72º72.95%81.18%-
XYZ28.2236.0164.49-
YUV143.07164.0865.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 12.79%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 207 (81.25% from 255) = 47.26%
R=12.79%
G=39.95%
B=47.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal561752070.730.1500.19192.7261.1351.57
Hex38AFCF49F013c13d34
Octal70257317111170233017564
Binary11100010101111110011111001001111101001111000001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38AFCF; }

 p { color: rgb(56,175,207); }

 H1.HeaderClassName
 {
   color: #38AFCF;
 }
 .AnyTagClassName
 {
   color: #38AFCF;
 }
</style>
background-color css

<style>
 a { background-color: #38AFCF; }

 a { background-color: rgb(56,175,207); }

 div.DivClassName
 {
   background-color: #38AFCF;
 }
 .BgClassName
 {
   background-color: #38AFCF;
 }
</style>
border-color css

<style>
 span { border-color: #38AFCF; }

 span { border-color: rgb(56,175,207); }

 td.TdClassName
 {
   border-color: #38AFCF;
 }
 .TagClassName
 {
   border-color: #38AFCF;
 }
</style>