Html Css Color HEX #2AAADD Summer Sky

📋 copy color: '#2AAADD'

red 42 ◦ green 170 ◦ blue 221

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

Shades of Summer Sky #2AAADD

Tints of Summer Sky #2AAADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 9.7%
G = 39.26%
B = 51.04%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2AAADD (or 0x2AAADD) is known color: Summer Sky. HEX triplet: 2A, AA and DD. RGB value is (42,170,221). Sum of RGB (Red+Green+Blue) = 42+170+221=433 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.70% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #2AAADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAADD is #D55522. Grayscale: #898989. Windows color (decimal): -13980963 or 14527018. OLE color: 14527018.

HSL color Cylindrical-coordinate representation of color #2AAADD: hue angle of 197.09º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AAADD is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 170 221 -
CMYK 0.81 0.23 0 0.13
HSL 197.1º 0.72% 0.52% -
HSV(B) 197.1º 0.81% 0.87% -
XYZ 28.38 34.46 73.56 -
YUV 137.54 175.09 59.85 -
System Red Green Blue C M Y K H S L
Decimal 42 170 221 0.81 0.23 0 0.13 197.1 0.72 0.52
Hex 2A AA DD 51 17 0 D C5 48 34
Octal 52 252 335 121 27 0 15 305 110 64
Binary 101010 10101010 11011101 1010001 10111 0 1101 11000101 1001000 110100

Color Harmonies of #2AAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAADD

Black with #2AAADD

Text Example


Text Example

White with #2AAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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