Html Css Color HEX #2AAADB Summer Sky

📋 copy color: '#2AAADB'

red 42 ◦ green 170 ◦ blue 219

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

Shades of Summer Sky #2AAADB

Tints of Summer Sky #2AAADB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.44%

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

R = 9.74%
G = 39.44%
B = 50.81%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2AAADB (or 0x2AAADB) is known color: Summer Sky. HEX triplet: 2A, AA and DB. RGB value is (42,170,219). Sum of RGB (Red+Green+Blue) = 42+170+219=431 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.74% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #2AAADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAADB is #D55524. Grayscale: #888888. Windows color (decimal): -13980965 or 14395946. OLE color: 14395946.

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

Color convert

RGB 42 170 219 -
CMYK 0.81 0.22 0 0.14
HSL 196.61º 0.71% 0.51% -
HSV(B) 196.61º 0.81% 0.86% -
XYZ 28.12 34.36 72.17 -
YUV 137.31 174.09 60.02 -
System Red Green Blue C M Y K H S L
Decimal 42 170 219 0.81 0.22 0 0.14 196.61 0.71 0.51
Hex 2A AA DB 51 16 0 E C5 47 33
Octal 52 252 333 121 26 0 16 305 107 63
Binary 101010 10101010 11011011 1010001 10110 0 1110 11000101 1000111 110011

Color Harmonies of #2AAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAADB

Black with #2AAADB

Text Example


Text Example

White with #2AAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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