Html Css Color HEX #2ABEDB Summer Sky

📋 copy color: '#2ABEDB'

red 42 ◦ green 190 ◦ blue 219

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

Shades of Summer Sky #2ABEDB

Tints of Summer Sky #2ABEDB

RGB

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

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

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

R = 9.31%
G = 42.13%
B = 48.56%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2ABEDB (or 0x2ABEDB) is known color: Summer Sky. HEX triplet: 2A, BE and DB. RGB value is (42,190,219). Sum of RGB (Red+Green+Blue) = 42+190+219=451 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.31% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ABEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABEDB is #D54124. Grayscale: #949494. Windows color (decimal): -13975845 or 14401066. OLE color: 14401066.

HSL color Cylindrical-coordinate representation of color #2ABEDB: hue angle of 189.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ABEDB is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 190 219 -
CMYK 0.81 0.13 0 0.14
HSL 189.83º 0.71% 0.51% -
HSV(B) 189.83º 0.81% 0.86% -
XYZ 32.15 42.43 73.51 -
YUV 149.05 167.47 51.64 -
System Red Green Blue C M Y K H S L
Decimal 42 190 219 0.81 0.13 0 0.14 189.83 0.71 0.51
Hex 2A BE DB 51 D 0 E BE 47 33
Octal 52 276 333 121 15 0 16 276 107 63
Binary 101010 10111110 11011011 1010001 1101 0 1110 10111110 1000111 110011

Color Harmonies of #2ABEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABEDB

Black with #2ABEDB

Text Example


Text Example

White with #2ABEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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