Html Css Color HEX #16AFE5 Summer Sky

📋 copy color: '#16AFE5'

red 22 ◦ green 175 ◦ blue 229

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

Shades of Summer Sky #16AFE5

Tints of Summer Sky #16AFE5

RGB

 RED value IS 22 (8.98% from 255) = 5.16%

 GREEN value IS 175 (68.75% from 255) = 41.08%

 BLUE value IS 229 (89.84% from 255) = 53.76%

R = 5.16%
G = 41.08%
B = 53.76%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#16AFE5 (or 0x16AFE5) is known color: Summer Sky. HEX triplet: 16, AF and E5. RGB value is (22,175,229). Sum of RGB (Red+Green+Blue) = 22+175+229=426 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.16% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #16AFE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AFE5 is #E9501A. Grayscale: #878787. Windows color (decimal): -15290395 or 15052566. OLE color: 15052566.

HSL color Cylindrical-coordinate representation of color #16AFE5: hue angle of 195.65º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16AFE5 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 22 175 229 -
CMYK 0.90 0.24 0 0.10
HSL 195.65º 0.82% 0.49% -
HSV(B) 195.65º 0.9% 0.9% -
XYZ 29.8 36.49 79.6 -
YUV 135.41 180.81 47.11 -
System Red Green Blue C M Y K H S L
Decimal 22 175 229 0.90 0.24 0 0.10 195.65 0.82 0.49
Hex 16 AF E5 5A 18 0 A C4 52 31
Octal 26 257 345 132 30 0 12 304 122 61
Binary 10110 10101111 11100101 1011010 11000 0 1010 11000100 1010010 110001

Color Harmonies of #16AFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AFE5

Black with #16AFE5

Text Example


Text Example

White with #16AFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16AFE5; }

 p { color: rgb(22,175,229); }

 H1.HeaderClassName
 {
   color: #16AFE5;
 }
 .AnyTagClassName
 {
   color: #16AFE5;
 }
</style>

background-color css

<style>
 a { background-color: #16AFE5; }

 a { background-color: rgb(22,175,229); }

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

border-color css

<style>
 span { border-color: #16AFE5; }

 span { border-color: rgb(22,175,229); }

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