Html Css Color HEX #16AFEC Deep Sky Blue

📋 copy color: '#16AFEC'

red 22 ◦ green 175 ◦ blue 236

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

Shades of Deep Sky Blue #16AFEC

Tints of Deep Sky Blue #16AFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.5%

R = 5.08%
G = 40.42%
B = 54.5%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#16AFEC (or 0x16AFEC) is known color: Deep Sky Blue. HEX triplet: 16, AF and EC. RGB value is (22,175,236). Sum of RGB (Red+Green+Blue) = 22+175+236=433 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.08% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #16AFEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16AFEC is #E95013. Grayscale: #878787. Windows color (decimal): -15290388 or 15511318. OLE color: 15511318.

HSL color Cylindrical-coordinate representation of color #16AFEC: hue angle of 197.1º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16AFEC is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 175 236 -
CMYK 0.91 0.26 0 0.07
HSL 197.1º 0.85% 0.51% -
HSV(B) 197.1º 0.91% 0.93% -
XYZ 30.8 36.89 84.85 -
YUV 136.21 184.31 46.54 -
System Red Green Blue C M Y K H S L
Decimal 22 175 236 0.91 0.26 0 0.07 197.1 0.85 0.51
Hex 16 AF EC 5B 1A 0 7 C5 55 33
Octal 26 257 354 133 32 0 7 305 125 63
Binary 10110 10101111 11101100 1011011 11010 0 111 11000101 1010101 110011

Color Harmonies of #16AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AFEC

Black with #16AFEC

Text Example


Text Example

White with #16AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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