Html Css Color HEX #2C9ADB Summer Sky

📋 copy color: '#2C9ADB'

red 44 ◦ green 154 ◦ blue 219

#2C9ADB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #2C9ADB

Tints of Summer Sky #2C9ADB

RGB

 RED value IS 44 (17.58% from 255) = 10.55%

 GREEN value IS 154 (60.55% from 255) = 36.93%

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 10.55%
G = 36.93%
B = 52.52%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C9ADB (or 0x2C9ADB) is known color: Summer Sky. HEX triplet: 2C, 9A and DB. RGB value is (44,154,219). Sum of RGB (Red+Green+Blue) = 44+154+219=417 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.55% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C9ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C9ADB is #D36524. Grayscale: #808080. Windows color (decimal): -13853989 or 14391852. OLE color: 14391852.

HSL color Cylindrical-coordinate representation of color #2C9ADB: hue angle of 202.29º 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 #2C9ADB is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 154 219 -
CMYK 0.80 0.30 0 0.14
HSL 202.29º 0.71% 0.52% -
HSV(B) 202.29º 0.8% 0.86% -
XYZ 25.38 28.76 71.23 -
YUV 128.52 179.06 67.71 -
System Red Green Blue C M Y K H S L
Decimal 44 154 219 0.80 0.30 0 0.14 202.29 0.71 0.52
Hex 2C 9A DB 50 1E 0 E CA 47 34
Octal 54 232 333 120 36 0 16 312 107 64
Binary 101100 10011010 11011011 1010000 11110 0 1110 11001010 1000111 110100

Color Harmonies of #2C9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9ADB

Black with #2C9ADB

Text Example


Text Example

White with #2C9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C9ADB;
 }
 .AnyTagClassName
 {
   color: #2C9ADB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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