#0fc8f1

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

Shades of Deep Sky Blue #0FC8F1

Tints of Deep Sky Blue #0FC8F1

Color information

#0FC8F1 (or 0x0FC8F1) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, C8 and F1. RGB value is (15,200,241). Sum of RGB (Red+Green+Blue) = 15+200+241=456 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.29% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #0FC8F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC8F1 is #F0370E. Grayscale: #959595. Windows color (decimal): -15742735 or 15845391. OLE color: 15845391.

HSL color Cylindrical-coordinate representation of color #0FC8F1: hue angle of 190.88º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FC8F1 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15200241-
CMYK0.940.1700.05
HSL190.88º88.98%50.2%-
HSV(B)190.88º93.78%94.51%-
XYZ36.7347.7690.5-
YUV149.36179.7132.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.29%
GREEN value IS 200 (78.52% from 255) = 43.86%
BLUE value IS 241 (94.53% from 255) = 52.85%
R=3.29%
G=43.86%
B=52.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152002410.940.1700.05190.8888.9850.2
HexFC8F15E1105bf5932
Octal17310361136210527713162
Binary111111001000111100011011110100010101101111111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fc8f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,200,241); }

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

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

 a { background-color: rgb(15,200,241); }

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

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

 span { border-color: rgb(15,200,241); }

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