#2C9FDB

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

Shades of Summer Sky #2C9FDB

Tints of Summer Sky #2C9FDB

Color information

#2C9FDB (or 0x2C9FDB) is unknown color: approx Summer Sky. HEX triplet: 2C, 9F and DB. RGB value is (44,159,219). Sum of RGB (Red+Green+Blue) = 44+159+219=422 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.43% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C9FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C9FDB is #D36024. Grayscale: #838383. Windows color (decimal): -13852709 or 14393132. OLE color: 14393132.

HSL color Cylindrical-coordinate representation of color #2C9FDB: hue angle of 200.57º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C9FDB is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB44159219-
CMYK0.800.2700.14
HSL200.57º70.85%51.57%-
HSV(B)200.57º79.91%85.88%-
XYZ26.2230.4571.51-
YUV131.46177.465.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.43%
GREEN value IS 159 (62.5% from 255) = 37.68%
BLUE value IS 219 (85.94% from 255) = 51.90%
R=10.43%
G=37.68%
B=51.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal441592190.800.2700.14200.5770.8551.57
Hex2C9FDB501B0Ec94734
Octal542373331203301631110764
Binary101100100111111101101110100001101101110110010011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,159,219); }

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

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

 a { background-color: rgb(44,159,219); }

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

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

 span { border-color: rgb(44,159,219); }

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