#0fbce8

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

Shades of Deep Sky Blue #0FBCE8

Tints of Deep Sky Blue #0FBCE8

Color information

#0FBCE8 (or 0x0FBCE8) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, BC and E8. RGB value is (15,188,232). Sum of RGB (Red+Green+Blue) = 15+188+232=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 232 (91.02% from 255 or 53.33% from 435); Max value from RGB is 232 - color contains mainly: blue. Hex color #0FBCE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBCE8 is #F04317. Grayscale: #8C8C8C. Windows color (decimal): -15745816 or 15252495. OLE color: 15252495.

HSL color Cylindrical-coordinate representation of color #0FBCE8: hue angle of 192.17º 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 #0FBCE8 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15188232-
CMYK0.940.1900.09
HSL192.17º87.85%48.43%-
HSV(B)192.17º93.53%90.98%-
XYZ32.7541.8982.7-
YUV141.29179.1937.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.45%
GREEN value IS 188 (73.83% from 255) = 43.22%
BLUE value IS 232 (91.02% from 255) = 53.33%
R=3.45%
G=43.22%
B=53.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal151882320.940.1900.09192.1787.8548.43
HexFBCE85E1309c05830
Octal172743501362301130013060
Binary1111101111001110100010111101001101001110000001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fbce8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,188,232); }

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

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

 a { background-color: rgb(15,188,232); }

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

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

 span { border-color: rgb(15,188,232); }

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