#0FCDEB

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

Shades of Deep Sky Blue #0FCDEB

Tints of Deep Sky Blue #0FCDEB

Color information

#0FCDEB (or 0x0FCDEB) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, CD and EB. RGB value is (15,205,235). Sum of RGB (Red+Green+Blue) = 15+205+235=455 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #0FCDEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCDEB is #F03214. Grayscale: #979797. Windows color (decimal): -15741461 or 15453455. OLE color: 15453455.

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

Color convert

RGB15205235-
CMYK0.940.1300.08
HSL188.18º88%49.02%-
HSV(B)188.18º93.62%92.16%-
XYZ37.0249.7686.25-
YUV151.61175.0530.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.30%
GREEN value IS 205 (80.47% from 255) = 45.05%
BLUE value IS 235 (92.19% from 255) = 51.65%
R=3.30%
G=45.05%
B=51.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal152052350.940.1300.08188.188849.02
HexFCDEB5ED08bc5831
Octal173153531361501027413061
Binary111111001101111010111011110110101000101111001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,205,235); }

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

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

 a { background-color: rgb(15,205,235); }

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

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

 span { border-color: rgb(15,205,235); }

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