#0FC3FF

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

Shades of Deep Sky Blue #0FC3FF

Tints of Deep Sky Blue #0FC3FF

Color information

#0FC3FF (or 0x0FC3FF) is unknown color: approx Deep Sky Blue. HEX triplet: 0F, C3 and FF. RGB value is (15,195,255). Sum of RGB (Red+Green+Blue) = 15+195+255=465 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.23% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FC3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FC3FF is #F03C00. Grayscale: #939393. Windows color (decimal): -15744001 or 16761615. OLE color: 16761615.

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

Color convert

RGB15195255-
CMYK0.940.2400
HSL195º100%52.94%-
HSV(B)195º94.12%100%-
XYZ37.7646.35101.56-
YUV148.02188.3733.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.23%
GREEN value IS 195 (76.56% from 255) = 41.94%
BLUE value IS 255 (100% from 255) = 54.84%
R=3.23%
G=41.94%
B=54.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal151952550.940.240019510052.94
HexFC3FF5E1800c36435
Octal17303377136300030314465
Binary1111110000111111111110111101100000110000111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,195,255); }

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

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

 a { background-color: rgb(15,195,255); }

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

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

 span { border-color: rgb(15,195,255); }

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