#0fbefd

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

Shades of Deep Sky Blue #0FBEFD

Tints of Deep Sky Blue #0FBEFD

Color information

#0FBEFD (or 0x0FBEFD) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, BE and FD. RGB value is (15,190,253). Sum of RGB (Red+Green+Blue) = 15+190+253=458 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FBEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBEFD is #F04102. Grayscale: #909090. Windows color (decimal): -15745283 or 16629263. OLE color: 16629263.

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

Color convert

RGB15190253-
CMYK0.940.2500.01
HSL195.88º98.35%52.55%-
HSV(B)195.88º94.07%99.22%-
XYZ36.3444.0299.51-
YUV144.86189.0235.38-

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.48%
BLUE value IS 253 (99.22% from 255) = 55.24%
R=3.28%
G=41.48%
B=55.24%

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
Decimal151902530.940.2500.01195.8898.3552.55
HexFBEFD5E1901c46235
Octal17276375136310130414265
Binary1111101111101111110110111101100101110001001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fbefd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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