#2CBCF9

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

Shades of Summer Sky #2CBCF9

Tints of Summer Sky #2CBCF9

Color information

#2CBCF9 (or 0x2CBCF9) is unknown color: approx Summer Sky. HEX triplet: 2C, BC and F9. RGB value is (44,188,249). Sum of RGB (Red+Green+Blue) = 44+188+249=481 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.15% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #2CBCF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CBCF9 is #D34306. Grayscale: #979797. Windows color (decimal): -13845255 or 16366636. OLE color: 16366636.

HSL color Cylindrical-coordinate representation of color #2CBCF9: hue angle of 197.85º 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 #2CBCF9 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB44188249-
CMYK0.820.2400.02
HSL197.85º94.47%57.45%-
HSV(B)197.85º82.33%97.65%-
XYZ36.1243.3496.08-
YUV151.9182.7951.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.15%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 249 (97.66% from 255) = 51.77%
R=9.15%
G=39.09%
B=51.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal441882490.820.2400.02197.8594.4757.45
Hex2CBCF9521802c65e39
Octal54274371122300230613671
Binary1011001011110011111001101001011000010110001101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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