Html Css Color HEX #16B9EB Deep Sky Blue

📋 copy color: '#16B9EB'

red 22 ◦ green 185 ◦ blue 235

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

Shades of Deep Sky Blue #16B9EB

Tints of Deep Sky Blue #16B9EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.17%

R = 4.98%
G = 41.86%
B = 53.17%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#16B9EB (or 0x16B9EB) is known color: Deep Sky Blue. HEX triplet: 16, B9 and EB. RGB value is (22,185,235). Sum of RGB (Red+Green+Blue) = 22+185+235=442 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.98% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #16B9EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16B9EB is #E94614. Grayscale: #8D8D8D. Windows color (decimal): -15287829 or 15448342. OLE color: 15448342.

HSL color Cylindrical-coordinate representation of color #16B9EB: hue angle of 194.08º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16B9EB is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 22 185 235 -
CMYK 0.91 0.21 0 0.08
HSL 194.08º 0.84% 0.5% -
HSV(B) 194.08º 0.91% 0.92% -
XYZ 32.68 40.87 84.76 -
YUV 141.96 180.5 42.43 -
System Red Green Blue C M Y K H S L
Decimal 22 185 235 0.91 0.21 0 0.08 194.08 0.84 0.5
Hex 16 B9 EB 5B 15 0 8 C2 54 32
Octal 26 271 353 133 25 0 10 302 124 62
Binary 10110 10111001 11101011 1011011 10101 0 1000 11000010 1010100 110010

Color Harmonies of #16B9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B9EB

Black with #16B9EB

Text Example


Text Example

White with #16B9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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