#03C2F9

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

Shades of Deep Sky Blue #03C2F9

Tints of Deep Sky Blue #03C2F9

Color information

#03C2F9 (or 0x03C2F9) is unknown color: approx Deep Sky Blue. HEX triplet: 03, C2 and F9. RGB value is (3,194,249). Sum of RGB (Red+Green+Blue) = 3+194+249=446 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #03C2F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C2F9 is #FC3D06. Grayscale: #8E8E8E. Windows color (decimal): -16530695 or 16368131. OLE color: 16368131.

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

Color convert

RGB3194249-
CMYK0.990.2200.02
HSL193.41º97.62%49.41%-
HSV(B)193.41º98.8%97.65%-
XYZ36.4345.4496.47-
YUV143.16187.7228.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.67%
GREEN value IS 194 (76.17% from 255) = 43.50%
BLUE value IS 249 (97.66% from 255) = 55.83%
R=0.67%
G=43.50%
B=55.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal31942490.990.2200.02193.4197.6249.41
Hex3C2F9631602c16231
Octal3302371143260230114261
Binary111100001011111001110001110110010110000011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,194,249); }

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

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

 a { background-color: rgb(3,194,249); }

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

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

 span { border-color: rgb(3,194,249); }

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