Html Css Color HEX #16AFEF Deep Sky Blue

📋 copy color: '#16AFEF'

red 22 ◦ green 175 ◦ blue 239

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

Shades of Deep Sky Blue #16AFEF

Tints of Deep Sky Blue #16AFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.82%

R = 5.05%
G = 40.14%
B = 54.82%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#16AFEF (or 0x16AFEF) is known color: Deep Sky Blue. HEX triplet: 16, AF and EF. RGB value is (22,175,239). Sum of RGB (Red+Green+Blue) = 22+175+239=436 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.05% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #16AFEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16AFEF is #E95010. Grayscale: #888888. Windows color (decimal): -15290385 or 15707926. OLE color: 15707926.

HSL color Cylindrical-coordinate representation of color #16AFEF: hue angle of 197.7º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16AFEF is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 22 175 239 -
CMYK 0.91 0.27 0 0.06
HSL 197.7º 0.87% 0.51% -
HSV(B) 197.7º 0.91% 0.94% -
XYZ 31.24 37.06 87.17 -
YUV 136.55 185.81 46.3 -
System Red Green Blue C M Y K H S L
Decimal 22 175 239 0.91 0.27 0 0.06 197.7 0.87 0.51
Hex 16 AF EF 5B 1B 0 6 C6 57 33
Octal 26 257 357 133 33 0 6 306 127 63
Binary 10110 10101111 11101111 1011011 11011 0 110 11000110 1010111 110011

Color Harmonies of #16AFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AFEF

Black with #16AFEF

Text Example


Text Example

White with #16AFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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