#0FB9E7

Color #0FB9E7 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #0FB9E7

Tints of Deep Sky Blue #0FB9E7

Color information

#0FB9E7 (or 0x0FB9E7) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, B9 and E7. RGB value is (15,185,231). Sum of RGB (Red+Green+Blue) = 15+185+231=431 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.48% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 231 (90.62% from 255 or 53.60% from 431); Max value from RGB is 231 - color contains mainly: blue. Hex color #0FB9E7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FB9E7 is #F04618. Grayscale: #8B8B8B. Windows color (decimal): -15746585 or 15186191. OLE color: 15186191.

HSL color Cylindrical-coordinate representation of color #0FB9E7: hue angle of 192.78º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FB9E7 is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15185231-
CMYK0.940.2000.09
HSL192.78º87.8%48.24%-
HSV(B)192.78º93.51%90.59%-
XYZ31.9740.5781.75-
YUV139.41179.6839.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.48%
GREEN value IS 185 (72.66% from 255) = 42.92%
BLUE value IS 231 (90.62% from 255) = 53.60%
R=3.48%
G=42.92%
B=53.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal151852310.940.2000.09192.7887.848.24
HexFB9E75E1409c15830
Octal172713471362401130113060
Binary1111101110011110011110111101010001001110000011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FB9E7; }

 p { color: rgb(15,185,231); }

 H1.HeaderClassName
 {
   color: #0FB9E7;
 }
 .AnyTagClassName
 {
   color: #0FB9E7;
 }
</style>
background-color css

<style>
 a { background-color: #0FB9E7; }

 a { background-color: rgb(15,185,231); }

 div.DivClassName
 {
   background-color: #0FB9E7;
 }
 .BgClassName
 {
   background-color: #0FB9E7;
 }
</style>
border-color css

<style>
 span { border-color: #0FB9E7; }

 span { border-color: rgb(15,185,231); }

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