Html Css Color HEX #22AADD Summer Sky

📋 copy color: '#22AADD'

red 34 ◦ green 170 ◦ blue 221

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

Shades of Summer Sky #22AADD

Tints of Summer Sky #22AADD

RGB

 RED value IS 34 (13.67% from 255) = 8%

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

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

R = 8%
G = 40%
B = 52%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#22AADD (or 0x22AADD) is known color: Summer Sky. HEX triplet: 22, AA and DD. RGB value is (34,170,221). Sum of RGB (Red+Green+Blue) = 34+170+221=425 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #22AADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22AADD is #DD5522. Grayscale: #868686. Windows color (decimal): -14505251 or 14527010. OLE color: 14527010.

HSL color Cylindrical-coordinate representation of color #22AADD: hue angle of 196.36º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22AADD is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 170 221 -
CMYK 0.85 0.23 0 0.13
HSL 196.36º 0.73% 0.5% -
HSV(B) 196.36º 0.85% 0.87% -
XYZ 28.09 34.31 73.55 -
YUV 135.15 176.44 55.85 -
System Red Green Blue C M Y K H S L
Decimal 34 170 221 0.85 0.23 0 0.13 196.36 0.73 0.5
Hex 22 AA DD 55 17 0 D C4 49 32
Octal 42 252 335 125 27 0 15 304 111 62
Binary 100010 10101010 11011101 1010101 10111 0 1101 11000100 1001001 110010

Color Harmonies of #22AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22AADD

Black with #22AADD

Text Example


Text Example

White with #22AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22AADD; }

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

 H1.HeaderClassName
 {
   color: #22AADD;
 }
 .AnyTagClassName
 {
   color: #22AADD;
 }
</style>

background-color css

<style>
 a { background-color: #22AADD; }

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

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

border-color css

<style>
 span { border-color: #22AADD; }

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

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