#2CAFFA

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

Shades of Summer Sky #2CAFFA

Tints of Summer Sky #2CAFFA

Color information

#2CAFFA (or 0x2CAFFA) is unknown color: approx Summer Sky. HEX triplet: 2C, AF and FA. RGB value is (44,175,250). Sum of RGB (Red+Green+Blue) = 44+175+250=469 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.38% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #2CAFFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CAFFA is #D35005. Grayscale: #8F8F8F. Windows color (decimal): -13848582 or 16428844. OLE color: 16428844.

HSL color Cylindrical-coordinate representation of color #2CAFFA: hue angle of 201.84º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CAFFA is Cyan = 0.82, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB44175250-
CMYK0.820.300.02
HSL201.84º95.37%57.65%-
HSV(B)201.84º82.4%98.04%-
XYZ33.6238.196.02-
YUV144.38187.656.4-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.38%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 250 (98.05% from 255) = 53.30%
R=9.38%
G=37.31%
B=53.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal441752500.820.300.02201.8495.3757.65
Hex2CAFFA521E02ca5f3a
Octal54257372122360231213772
Binary1011001010111111111010101001011110010110010101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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