Html Css Color HEX #2AB1DB Summer Sky

📋 copy color: '#2AB1DB'

red 42 ◦ green 177 ◦ blue 219

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

Shades of Summer Sky #2AB1DB

Tints of Summer Sky #2AB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.41%

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

R = 9.59%
G = 40.41%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2AB1DB (or 0x2AB1DB) is known color: Summer Sky. HEX triplet: 2A, B1 and DB. RGB value is (42,177,219). Sum of RGB (Red+Green+Blue) = 42+177+219=438 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.59% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #2AB1DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB1DB is #D54E24. Grayscale: #8D8D8D. Windows color (decimal): -13979173 or 14397738. OLE color: 14397738.

HSL color Cylindrical-coordinate representation of color #2AB1DB: hue angle of 194.24º 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 #2AB1DB is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 177 219 -
CMYK 0.81 0.19 0 0.14
HSL 194.24º 0.71% 0.51% -
HSV(B) 194.24º 0.81% 0.86% -
XYZ 29.46 37.05 72.62 -
YUV 141.42 171.77 57.08 -
System Red Green Blue C M Y K H S L
Decimal 42 177 219 0.81 0.19 0 0.14 194.24 0.71 0.51
Hex 2A B1 DB 51 13 0 E C2 47 33
Octal 52 261 333 121 23 0 16 302 107 63
Binary 101010 10110001 11011011 1010001 10011 0 1110 11000010 1000111 110011

Color Harmonies of #2AB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB1DB

Black with #2AB1DB

Text Example


Text Example

White with #2AB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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