#2CADF9

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

Shades of Summer Sky #2CADF9

Tints of Summer Sky #2CADF9

Color information

#2CADF9 (or 0x2CADF9) is unknown color: approx Summer Sky. HEX triplet: 2C, AD and F9. RGB value is (44,173,249). Sum of RGB (Red+Green+Blue) = 44+173+249=466 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.44% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #2CADF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CADF9 is #D35206. Grayscale: #8E8E8E. Windows color (decimal): -13849095 or 16362796. OLE color: 16362796.

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

Color convert

RGB44173249-
CMYK0.820.3100.02
HSL202.24º94.47%57.45%-
HSV(B)202.24º82.33%97.65%-
XYZ33.0837.2695.07-
YUV143.09187.7657.32-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.44%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 249 (97.66% from 255) = 53.43%
R=9.44%
G=37.12%
B=53.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal441732490.820.3100.02202.2494.4757.45
Hex2CADF9521F02ca5e39
Octal54255371122370231213671
Binary1011001010110111111001101001011111010110010101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CADF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,173,249); }

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

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

 a { background-color: rgb(44,173,249); }

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

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

 span { border-color: rgb(44,173,249); }

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