Html Css Color HEX #2ABDCC Summer Sky

📋 copy color: '#2ABDCC'

red 42 ◦ green 189 ◦ blue 204

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

Shades of Summer Sky #2ABDCC

Tints of Summer Sky #2ABDCC

RGB

 RED value IS 42 (16.8% from 255) = 9.66%

 GREEN value IS 189 (74.22% from 255) = 43.45%

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 9.66%
G = 43.45%
B = 46.9%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2ABDCC (or 0x2ABDCC) is known color: Summer Sky. HEX triplet: 2A, BD and CC. RGB value is (42,189,204). Sum of RGB (Red+Green+Blue) = 42+189+204=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #2ABDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABDCC is #D54233. Grayscale: #929292. Windows color (decimal): -13976116 or 13417770. OLE color: 13417770.

HSL color Cylindrical-coordinate representation of color #2ABDCC: hue angle of 185.56º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ABDCC is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 42 189 204 -
CMYK 0.79 0.07 0 0.2
HSL 185.56º 0.66% 0.48% -
HSV(B) 185.56º 0.79% 0.8% -
XYZ 30.05 41.25 63.5 -
YUV 146.76 160.3 53.28 -
System Red Green Blue C M Y K H S L
Decimal 42 189 204 0.79 0.07 0 0.2 185.56 0.66 0.48
Hex 2A BD CC 4F 7 0 14 BA 42 30
Octal 52 275 314 117 7 0 24 272 102 60
Binary 101010 10111101 11001100 1001111 111 0 10100 10111010 1000010 110000

Color Harmonies of #2ABDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABDCC

Black with #2ABDCC

Text Example


Text Example

White with #2ABDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,189,204); }

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

background-color css

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

 a { background-color: rgb(42,189,204); }

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

border-color css

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

 span { border-color: rgb(42,189,204); }

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