Html Css Color HEX #2ABECE Summer Sky

📋 copy color: '#2ABECE'

red 42 ◦ green 190 ◦ blue 206

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

Shades of Summer Sky #2ABECE

Tints of Summer Sky #2ABECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.38%

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 9.59%
G = 43.38%
B = 47.03%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2ABECE (or 0x2ABECE) is known color: Summer Sky. HEX triplet: 2A, BE and CE. RGB value is (42,190,206). Sum of RGB (Red+Green+Blue) = 42+190+206=438 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.59% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #2ABECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABECE is #D54131. Grayscale: #939393. Windows color (decimal): -13975858 or 13549098. OLE color: 13549098.

HSL color Cylindrical-coordinate representation of color #2ABECE: hue angle of 185.85º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ABECE is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 190 206 -
CMYK 0.80 0.08 0 0.19
HSL 185.85º 0.66% 0.49% -
HSV(B) 185.85º 0.8% 0.81% -
XYZ 30.51 41.78 64.85 -
YUV 147.57 160.97 52.7 -
System Red Green Blue C M Y K H S L
Decimal 42 190 206 0.80 0.08 0 0.19 185.85 0.66 0.49
Hex 2A BE CE 50 8 0 13 BA 42 31
Octal 52 276 316 120 10 0 23 272 102 61
Binary 101010 10111110 11001110 1010000 1000 0 10011 10111010 1000010 110001

Color Harmonies of #2ABECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABECE

Black with #2ABECE

Text Example


Text Example

White with #2ABECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,190,206); }

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

background-color css

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

 a { background-color: rgb(42,190,206); }

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

border-color css

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

 span { border-color: rgb(42,190,206); }

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