Html Css Color HEX #16B9FF Deep Sky Blue

📋 copy color: '#16B9FF'

red 22 ◦ green 185 ◦ blue 255

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

Shades of Deep Sky Blue #16B9FF

Tints of Deep Sky Blue #16B9FF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.04%

 BLUE value IS 255 (100% from 255) = 55.19%

R = 4.76%
G = 40.04%
B = 55.19%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#16B9FF (or 0x16B9FF) is known color: Deep Sky Blue. HEX triplet: 16, B9 and FF. RGB value is (22,185,255). Sum of RGB (Red+Green+Blue) = 22+185+255=462 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.76% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #16B9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16B9FF is #E94600. Grayscale: #8F8F8F. Windows color (decimal): -15287809 or 16759062. OLE color: 16759062.

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

Color convert

RGB 22 185 255 -
CMYK 0.91 0.27 0 0
HSL 198.03º 1% 0.54% -
HSV(B) 198.03º 0.91% 1% -
XYZ 35.73 42.09 100.85 -
YUV 144.24 190.5 40.81 -
System Red Green Blue C M Y K H S L
Decimal 22 185 255 0.91 0.27 0 0 198.03 1 0.54
Hex 16 B9 FF 5B 1B 0 0 C6 64 36
Octal 26 271 377 133 33 0 0 306 144 66
Binary 10110 10111001 11111111 1011011 11011 0 0 11000110 1100100 110110

Color Harmonies of #16B9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B9FF

Black with #16B9FF

Text Example


Text Example

White with #16B9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,185,255); }

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

background-color css

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

 a { background-color: rgb(22,185,255); }

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

border-color css

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

 span { border-color: rgb(22,185,255); }

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