Html Css Color HEX #2ABED1 Summer Sky

📋 copy color: '#2ABED1'

red 42 ◦ green 190 ◦ blue 209

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

Shades of Summer Sky #2ABED1

Tints of Summer Sky #2ABED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.39%

R = 9.52%
G = 43.08%
B = 47.39%

CMYK

 C value IS 0.80

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2ABED1 (or 0x2ABED1) is known color: Summer Sky. HEX triplet: 2A, BE and D1. RGB value is (42,190,209). Sum of RGB (Red+Green+Blue) = 42+190+209=441 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.52% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 209 - color contains mainly: blue. Hex color #2ABED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABED1 is #D5412E. Grayscale: #939393. Windows color (decimal): -13975855 or 13745706. OLE color: 13745706.

HSL color Cylindrical-coordinate representation of color #2ABED1: hue angle of 186.83º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ABED1 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 42 190 209 -
CMYK 0.80 0.09 0 0.18
HSL 186.83º 0.67% 0.49% -
HSV(B) 186.83º 0.8% 0.82% -
XYZ 30.88 41.92 66.79 -
YUV 147.91 162.47 52.46 -
System Red Green Blue C M Y K H S L
Decimal 42 190 209 0.80 0.09 0 0.18 186.83 0.67 0.49
Hex 2A BE D1 50 9 0 12 BB 43 31
Octal 52 276 321 120 11 0 22 273 103 61
Binary 101010 10111110 11010001 1010000 1001 0 10010 10111011 1000011 110001

Color Harmonies of #2ABED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABED1

Black with #2ABED1

Text Example


Text Example

White with #2ABED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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