Html Css Color HEX #2AADDB Summer Sky

📋 copy color: '#2AADDB'

red 42 ◦ green 173 ◦ blue 219

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

Shades of Summer Sky #2AADDB

Tints of Summer Sky #2AADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.86%

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

R = 9.68%
G = 39.86%
B = 50.46%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2AADDB (or 0x2AADDB) is known color: Summer Sky. HEX triplet: 2A, AD and DB. RGB value is (42,173,219). Sum of RGB (Red+Green+Blue) = 42+173+219=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #2AADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AADDB is #D55224. Grayscale: #8A8A8A. Windows color (decimal): -13980197 or 14396714. OLE color: 14396714.

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

Color convert

RGB 42 173 219 -
CMYK 0.81 0.21 0 0.14
HSL 195.59º 0.71% 0.51% -
HSV(B) 195.59º 0.81% 0.86% -
XYZ 28.68 35.49 72.36 -
YUV 139.08 173.1 58.76 -
System Red Green Blue C M Y K H S L
Decimal 42 173 219 0.81 0.21 0 0.14 195.59 0.71 0.51
Hex 2A AD DB 51 15 0 E C4 47 33
Octal 52 255 333 121 25 0 16 304 107 63
Binary 101010 10101101 11011011 1010001 10101 0 1110 11000100 1000111 110011

Color Harmonies of #2AADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AADDB

Black with #2AADDB

Text Example


Text Example

White with #2AADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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