#38AFCE

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

Shades of Summer Sky #38AFCE

Tints of Summer Sky #38AFCE

Color information

#38AFCE (or 0x38AFCE) is unknown color: approx Summer Sky. HEX triplet: 38, AF and CE. RGB value is (56,175,206). Sum of RGB (Red+Green+Blue) = 56+175+206=437 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.81% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #38AFCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AFCE is #C75031. Grayscale: #8E8E8E. Windows color (decimal): -13062194 or 13545272. OLE color: 13545272.

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

Color convert

RGB56175206-
CMYK0.730.1500.19
HSL192.4º60.48%51.37%-
HSV(B)192.4º72.82%80.78%-
XYZ28.135.9663.85-
YUV142.95163.5865.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.81%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=12.81%
G=40.05%
B=47.14%

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
Decimal561752060.730.1500.19192.460.4851.37
Hex38AFCE49F013c03c33
Octal70257316111170233007463
Binary11100010101111110011101001001111101001111000000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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