#03C0FE

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

Shades of Deep Sky Blue #03C0FE

Tints of Deep Sky Blue #03C0FE

Color information

#03C0FE (or 0x03C0FE) is unknown color: approx Deep Sky Blue. HEX triplet: 03, C0 and FE. RGB value is (3,192,254). Sum of RGB (Red+Green+Blue) = 3+192+254=449 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #03C0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C0FE is #FC3F01. Grayscale: #8E8E8E. Windows color (decimal): -16531202 or 16695299. OLE color: 16695299.

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

Color convert

RGB3192254-
CMYK0.990.2400.00
HSL194.82º99.21%50.39%-
HSV(B)194.82º98.82%99.61%-
XYZ36.7844.87100.49-
YUV142.56190.8828.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.67%
GREEN value IS 192 (75.39% from 255) = 42.76%
BLUE value IS 254 (99.61% from 255) = 56.57%
R=0.67%
G=42.76%
B=56.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal31922540.990.2400.00194.8299.2150.39
Hex3C0FE631800c36332
Octal3300376143300030314362
Binary11110000001111111011000111100000110000111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03C0FE; }

 p { color: rgb(3,192,254); }

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

<style>
 a { background-color: #03C0FE; }

 a { background-color: rgb(3,192,254); }

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

<style>
 span { border-color: #03C0FE; }

 span { border-color: rgb(3,192,254); }

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