#0FB0FE

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

Shades of Deep Sky Blue #0FB0FE

Tints of Deep Sky Blue #0FB0FE

Color information

#0FB0FE (or 0x0FB0FE) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, B0 and FE. RGB value is (15,176,254). Sum of RGB (Red+Green+Blue) = 15+176+254=445 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.37% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FB0FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FB0FE is #F04F01. Grayscale: #888888. Windows color (decimal): -15748866 or 16691215. OLE color: 16691215.

HSL color Cylindrical-coordinate representation of color #0FB0FE: hue angle of 199.58º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FB0FE is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB15176254-
CMYK0.940.3100.00
HSL199.58º99.17%52.75%-
HSV(B)199.58º94.09%99.61%-
XYZ33.6138.3199.39-
YUV136.75194.1641.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.37%
GREEN value IS 176 (69.14% from 255) = 39.55%
BLUE value IS 254 (99.61% from 255) = 57.08%
R=3.37%
G=39.55%
B=57.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal151762540.940.3100.00199.5899.1752.75
HexFB0FE5E1F00c86335
Octal17260376136370031014365
Binary1111101100001111111010111101111100110010001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,176,254); }

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

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

 a { background-color: rgb(15,176,254); }

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

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

 span { border-color: rgb(15,176,254); }

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