Html Css Color HEX #2AB7DB Summer Sky

📋 copy color: '#2AB7DB'

red 42 ◦ green 183 ◦ blue 219

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

Shades of Summer Sky #2AB7DB

Tints of Summer Sky #2AB7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.22%

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

R = 9.46%
G = 41.22%
B = 49.32%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2AB7DB (or 0x2AB7DB) is known color: Summer Sky. HEX triplet: 2A, B7 and DB. RGB value is (42,183,219). Sum of RGB (Red+Green+Blue) = 42+183+219=444 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.46% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #2AB7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB7DB is #D54824. Grayscale: #909090. Windows color (decimal): -13977637 or 14399274. OLE color: 14399274.

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

Color convert

RGB 42 183 219 -
CMYK 0.81 0.16 0 0.14
HSL 192.2º 0.71% 0.51% -
HSV(B) 192.2º 0.81% 0.86% -
XYZ 30.67 39.47 73.02 -
YUV 144.95 169.79 54.57 -
System Red Green Blue C M Y K H S L
Decimal 42 183 219 0.81 0.16 0 0.14 192.2 0.71 0.51
Hex 2A B7 DB 51 10 0 E C0 47 33
Octal 52 267 333 121 20 0 16 300 107 63
Binary 101010 10110111 11011011 1010001 10000 0 1110 11000000 1000111 110011

Color Harmonies of #2AB7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB7DB

Black with #2AB7DB

Text Example


Text Example

White with #2AB7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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