#0fbded

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

Shades of Deep Sky Blue #0FBDED

Tints of Deep Sky Blue #0FBDED

Color information

#0FBDED (or 0x0FBDED) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, BD and ED. RGB value is (15,189,237). Sum of RGB (Red+Green+Blue) = 15+189+237=441 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.40% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #0FBDED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FBDED is #F04212. Grayscale: #8E8E8E. Windows color (decimal): -15745555 or 15580431. OLE color: 15580431.

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

Color convert

RGB15189237-
CMYK0.940.2000.07
HSL192.97º88.1%49.41%-
HSV(B)192.97º93.67%92.94%-
XYZ33.6842.6186.57-
YUV142.45181.3537.1-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.40%
GREEN value IS 189 (74.22% from 255) = 42.86%
BLUE value IS 237 (92.97% from 255) = 53.74%
R=3.40%
G=42.86%
B=53.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal151892370.940.2000.07192.9788.149.41
HexFBDED5E1407c15831
Octal17275355136240730113061
Binary111110111101111011011011110101000111110000011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fbded

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,189,237); }

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

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

 a { background-color: rgb(15,189,237); }

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

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

 span { border-color: rgb(15,189,237); }

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