Html Css Color HEX #2AACDD Summer Sky

📋 copy color: '#2AACDD'

red 42 ◦ green 172 ◦ blue 221

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

Shades of Summer Sky #2AACDD

Tints of Summer Sky #2AACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.54%

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

R = 9.66%
G = 39.54%
B = 50.8%

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

#2AACDD (or 0x2AACDD) is known color: Summer Sky. HEX triplet: 2A, AC and DD. RGB value is (42,172,221). Sum of RGB (Red+Green+Blue) = 42+172+221=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #2AACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AACDD is #D55322. Grayscale: #8A8A8A. Windows color (decimal): -13980451 or 14527530. OLE color: 14527530.

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

Color convert

RGB 42 172 221 -
CMYK 0.81 0.22 0 0.13
HSL 196.42º 0.72% 0.52% -
HSV(B) 196.42º 0.81% 0.87% -
XYZ 28.76 35.22 73.69 -
YUV 138.72 174.43 59.02 -
System Red Green Blue C M Y K H S L
Decimal 42 172 221 0.81 0.22 0 0.13 196.42 0.72 0.52
Hex 2A AC DD 51 16 0 D C4 48 34
Octal 52 254 335 121 26 0 15 304 110 64
Binary 101010 10101100 11011101 1010001 10110 0 1101 11000100 1001000 110100

Color Harmonies of #2AACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AACDD

Black with #2AACDD

Text Example


Text Example

White with #2AACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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