#2CAFF0

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

Shades of Summer Sky #2CAFF0

Tints of Summer Sky #2CAFF0

Color information

#2CAFF0 (or 0x2CAFF0) is unknown color: approx Summer Sky. HEX triplet: 2C, AF and F0. RGB value is (44,175,240). Sum of RGB (Red+Green+Blue) = 44+175+240=459 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.59% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #2CAFF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CAFF0 is #D3500F. Grayscale: #8E8E8E. Windows color (decimal): -13848592 or 15773484. OLE color: 15773484.

HSL color Cylindrical-coordinate representation of color #2CAFF0: hue angle of 199.9º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CAFF0 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB44175240-
CMYK0.820.2700.06
HSL199.9º86.73%55.69%-
HSV(B)199.9º81.67%94.12%-
XYZ32.137.4987.98-
YUV143.24182.657.21-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.59%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 240 (94.14% from 255) = 52.29%
R=9.59%
G=38.13%
B=52.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal441752400.820.2700.06199.986.7355.69
Hex2CAFF0521B06c85738
Octal54257360122330631012770
Binary10110010101111111100001010010110110110110010001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CAFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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