#2CAFE8

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

Shades of Summer Sky #2CAFE8

Tints of Summer Sky #2CAFE8

Color information

#2CAFE8 (or 0x2CAFE8) is unknown color: approx Summer Sky. HEX triplet: 2C, AF and E8. RGB value is (44,175,232). Sum of RGB (Red+Green+Blue) = 44+175+232=451 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.76% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 232 (91.02% from 255 or 51.44% from 451); Max value from RGB is 232 - color contains mainly: blue. Hex color #2CAFE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CAFE8 is #D35017. Grayscale: #8D8D8D. Windows color (decimal): -13848600 or 15249196. OLE color: 15249196.

HSL color Cylindrical-coordinate representation of color #2CAFE8: hue angle of 198.19º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CAFE8 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB44175232-
CMYK0.810.2500.09
HSL198.19º80.34%54.12%-
HSV(B)198.19º81.03%90.98%-
XYZ30.9337.0281.86-
YUV142.33178.657.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.76%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 232 (91.02% from 255) = 51.44%
R=9.76%
G=38.80%
B=51.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal441752320.810.2500.09198.1980.3454.12
Hex2CAFE8511909c65036
Octal542573501213101130612066
Binary101100101011111110100010100011100101001110001101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CAFE8; }

 p { color: rgb(44,175,232); }

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

<style>
 a { background-color: #2CAFE8; }

 a { background-color: rgb(44,175,232); }

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

<style>
 span { border-color: #2CAFE8; }

 span { border-color: rgb(44,175,232); }

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