Html Css Color HEX #2C9ADC Summer Sky

📋 copy color: '#2C9ADC'

red 44 ◦ green 154 ◦ blue 220

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

Shades of Summer Sky #2C9ADC

Tints of Summer Sky #2C9ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 10.53%
G = 36.84%
B = 52.63%

CMYK

 C value IS 0.8

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C9ADC (or 0x2C9ADC) is known color: Summer Sky. HEX triplet: 2C, 9A and DC. RGB value is (44,154,220). Sum of RGB (Red+Green+Blue) = 44+154+220=418 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.53% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #2C9ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C9ADC is #D36523. Grayscale: #808080. Windows color (decimal): -13853988 or 14457388. OLE color: 14457388.

HSL color Cylindrical-coordinate representation of color #2C9ADC: hue angle of 202.5º degrees, saturation: 0.72, 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 #2C9ADC is Cyan = 0.8, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 154 220 -
CMYK 0.8 0.3 0 0.14
HSL 202.5º 0.72% 0.52% -
HSV(B) 202.5º 0.8% 0.86% -
XYZ 25.51 28.81 71.93 -
YUV 128.63 179.56 67.63 -
System Red Green Blue C M Y K H S L
Decimal 44 154 220 0.8 0.3 0 0.14 202.5 0.72 0.52
Hex 2C 9A DC 50 1E 0 E CA 48 34
Octal 54 232 334 120 36 0 16 312 110 64
Binary 101100 10011010 11011100 1010000 11110 0 1110 11001010 1001000 110100

Color Harmonies of #2C9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9ADC

Black with #2C9ADC

Text Example


Text Example

White with #2C9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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