Html Css Color HEX #16B7F9 Deep Sky Blue

📋 copy color: '#16B7F9'

red 22 ◦ green 183 ◦ blue 249

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

Shades of Deep Sky Blue #16B7F9

Tints of Deep Sky Blue #16B7F9

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.31%

 BLUE value IS 249 (97.66% from 255) = 54.85%

R = 4.85%
G = 40.31%
B = 54.85%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#16B7F9 (or 0x16B7F9) is known color: Deep Sky Blue. HEX triplet: 16, B7 and F9. RGB value is (22,183,249). Sum of RGB (Red+Green+Blue) = 22+183+249=454 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.85% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 249 (97.66% from 255 or 54.85% from 454); Max value from RGB is 249 - color contains mainly: blue. Hex color #16B7F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16B7F9 is #E94806. Grayscale: #8D8D8D. Windows color (decimal): -15288327 or 16365334. OLE color: 16365334.

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

Color convert

RGB 22 183 249 -
CMYK 0.91 0.27 0 0.02
HSL 197.44º 0.95% 0.53% -
HSV(B) 197.44º 0.91% 0.98% -
XYZ 34.36 40.88 95.7 -
YUV 142.39 188.16 42.13 -
System Red Green Blue C M Y K H S L
Decimal 22 183 249 0.91 0.27 0 0.02 197.44 0.95 0.53
Hex 16 B7 F9 5B 1B 0 2 C5 5F 35
Octal 26 267 371 133 33 0 2 305 137 65
Binary 10110 10110111 11111001 1011011 11011 0 10 11000101 1011111 110101

Color Harmonies of #16B7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B7F9

Black with #16B7F9

Text Example


Text Example

White with #16B7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,183,249); }

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

background-color css

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

 a { background-color: rgb(22,183,249); }

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

border-color css

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

 span { border-color: rgb(22,183,249); }

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