#0FCEEF

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

Shades of Deep Sky Blue #0FCEEF

Tints of Deep Sky Blue #0FCEEF

Color information

#0FCEEF (or 0x0FCEEF) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, CE and EF. RGB value is (15,206,239). Sum of RGB (Red+Green+Blue) = 15+206+239=460 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.26% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FCEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCEEF is #F03110. Grayscale: #989898. Windows color (decimal): -15741201 or 15715855. OLE color: 15715855.

HSL color Cylindrical-coordinate representation of color #0FCEEF: hue angle of 188.84º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FCEEF is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15206239-
CMYK0.940.1400.06
HSL188.84º88.19%49.8%-
HSV(B)188.84º93.72%93.73%-
XYZ37.8550.4889.41-
YUV152.65176.7229.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.26%
GREEN value IS 206 (80.86% from 255) = 44.78%
BLUE value IS 239 (93.75% from 255) = 51.96%
R=3.26%
G=44.78%
B=51.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal152062390.940.1400.06188.8488.1949.8
HexFCEEF5EE06bd5832
Octal17316357136160627513062
Binary11111100111011101111101111011100110101111011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,206,239); }

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

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

 a { background-color: rgb(15,206,239); }

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

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

 span { border-color: rgb(15,206,239); }

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