#03C8FB

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

Shades of Deep Sky Blue #03C8FB

Tints of Deep Sky Blue #03C8FB

Color information

#03C8FB (or 0x03C8FB) is unknown color: approx Deep Sky Blue. HEX triplet: 03, C8 and FB. RGB value is (3,200,251). Sum of RGB (Red+Green+Blue) = 3+200+251=454 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #03C8FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C8FB is #FC3704. Grayscale: #929292. Windows color (decimal): -16529157 or 16500739. OLE color: 16500739.

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

Color convert

RGB3200251-
CMYK0.990.2000.02
HSL192.34º97.64%49.8%-
HSV(B)192.34º98.8%98.43%-
XYZ38.148.2998.58-
YUV146.91186.7325.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.66%
GREEN value IS 200 (78.52% from 255) = 44.05%
BLUE value IS 251 (98.44% from 255) = 55.29%
R=0.66%
G=44.05%
B=55.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal32002510.990.2000.02192.3497.6449.8
Hex3C8FB631402c06232
Octal3310373143240230014262
Binary111100100011111011110001110100010110000001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,200,251); }

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

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

 a { background-color: rgb(3,200,251); }

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

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

 span { border-color: rgb(3,200,251); }

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