#0FBEFC

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

Shades of Deep Sky Blue #0FBEFC

Tints of Deep Sky Blue #0FBEFC

Color information

#0FBEFC (or 0x0FBEFC) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, BE and FC. RGB value is (15,190,252). Sum of RGB (Red+Green+Blue) = 15+190+252=457 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FBEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBEFC is #F04103. Grayscale: #909090. Windows color (decimal): -15745284 or 16563727. OLE color: 16563727.

HSL color Cylindrical-coordinate representation of color #0FBEFC: hue angle of 195.7º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBEFC is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15190252-
CMYK0.940.2500.01
HSL195.7º97.53%52.35%-
HSV(B)195.7º94.05%98.82%-
XYZ36.1843.9698.67-
YUV144.74188.5235.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.28%
GREEN value IS 190 (74.61% from 255) = 41.58%
BLUE value IS 252 (98.83% from 255) = 55.14%
R=3.28%
G=41.58%
B=55.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal151902520.940.2500.01195.797.5352.35
HexFBEFC5E1901c46234
Octal17276374136310130414264
Binary1111101111101111110010111101100101110001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,190,252); }

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

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

 a { background-color: rgb(15,190,252); }

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

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

 span { border-color: rgb(15,190,252); }

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