Html Css Color HEX #22ABE6 Summer Sky

📋 copy color: '#22ABE6'

red 34 ◦ green 171 ◦ blue 230

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

Shades of Summer Sky #22ABE6

Tints of Summer Sky #22ABE6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.31%

 BLUE value IS 230 (90.23% from 255) = 52.87%

R = 7.82%
G = 39.31%
B = 52.87%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#22ABE6 (or 0x22ABE6) is known color: Summer Sky. HEX triplet: 22, AB and E6. RGB value is (34,171,230). Sum of RGB (Red+Green+Blue) = 34+171+230=435 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.82% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #22ABE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #22ABE6 is #DD5419. Grayscale: #888888. Windows color (decimal): -14504986 or 15117090. OLE color: 15117090.

HSL color Cylindrical-coordinate representation of color #22ABE6: hue angle of 198.06º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22ABE6 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 34 171 230 -
CMYK 0.85 0.26 0 0.10
HSL 198.06º 0.8% 0.52% -
HSV(B) 198.06º 0.85% 0.9% -
XYZ 29.51 35.18 80.1 -
YUV 136.76 180.61 54.7 -
System Red Green Blue C M Y K H S L
Decimal 34 171 230 0.85 0.26 0 0.10 198.06 0.8 0.52
Hex 22 AB E6 55 1A 0 A C6 50 34
Octal 42 253 346 125 32 0 12 306 120 64
Binary 100010 10101011 11100110 1010101 11010 0 1010 11000110 1010000 110100

Color Harmonies of #22ABE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22ABE6

Black with #22ABE6

Text Example


Text Example

White with #22ABE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,171,230); }

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

background-color css

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

 a { background-color: rgb(34,171,230); }

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

border-color css

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

 span { border-color: rgb(34,171,230); }

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