Html Css Color HEX #2AADDD Summer Sky

📋 copy color: '#2AADDD'

red 42 ◦ green 173 ◦ blue 221

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

Shades of Summer Sky #2AADDD

Tints of Summer Sky #2AADDD

RGB

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

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

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

R = 9.63%
G = 39.68%
B = 50.69%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2AADDD (or 0x2AADDD) is known color: Summer Sky. HEX triplet: 2A, AD and DD. RGB value is (42,173,221). Sum of RGB (Red+Green+Blue) = 42+173+221=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #2AADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AADDD is #D55222. Grayscale: #8A8A8A. Windows color (decimal): -13980195 or 14527786. OLE color: 14527786.

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

Color convert

RGB 42 173 221 -
CMYK 0.81 0.22 0 0.13
HSL 196.09º 0.72% 0.52% -
HSV(B) 196.09º 0.81% 0.87% -
XYZ 28.95 35.6 73.75 -
YUV 139.3 174.1 58.6 -
System Red Green Blue C M Y K H S L
Decimal 42 173 221 0.81 0.22 0 0.13 196.09 0.72 0.52
Hex 2A AD DD 51 16 0 D C4 48 34
Octal 52 255 335 121 26 0 15 304 110 64
Binary 101010 10101101 11011101 1010001 10110 0 1101 11000100 1001000 110100

Color Harmonies of #2AADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AADDD

Black with #2AADDD

Text Example


Text Example

White with #2AADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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