Html Css Color HEX #16B9FD Deep Sky Blue

📋 copy color: '#16B9FD'

red 22 ◦ green 185 ◦ blue 253

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

Shades of Deep Sky Blue #16B9FD

Tints of Deep Sky Blue #16B9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55%

R = 4.78%
G = 40.22%
B = 55%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#16B9FD (or 0x16B9FD) is known color: Deep Sky Blue. HEX triplet: 16, B9 and FD. RGB value is (22,185,253). Sum of RGB (Red+Green+Blue) = 22+185+253=460 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.78% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #16B9FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16B9FD is #E94602. Grayscale: #8F8F8F. Windows color (decimal): -15287811 or 16627990. OLE color: 16627990.

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

Color convert

RGB 22 185 253 -
CMYK 0.91 0.27 0 0.01
HSL 197.66º 0.98% 0.54% -
HSV(B) 197.66º 0.91% 0.99% -
XYZ 35.41 41.96 99.16 -
YUV 144.02 189.5 40.97 -
System Red Green Blue C M Y K H S L
Decimal 22 185 253 0.91 0.27 0 0.01 197.66 0.98 0.54
Hex 16 B9 FD 5B 1B 0 1 C6 62 36
Octal 26 271 375 133 33 0 1 306 142 66
Binary 10110 10111001 11111101 1011011 11011 0 1 11000110 1100010 110110

Color Harmonies of #16B9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B9FD

Black with #16B9FD

Text Example


Text Example

White with #16B9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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