#03B5F9

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

Shades of Deep Sky Blue #03B5F9

Tints of Deep Sky Blue #03B5F9

Color information

#03B5F9 (or 0x03B5F9) is unknown color: approx Deep Sky Blue. HEX triplet: 03, B5 and F9. RGB value is (3,181,249). Sum of RGB (Red+Green+Blue) = 3+181+249=433 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 249 (97.66% from 255 or 57.51% from 433); Max value from RGB is 249 - color contains mainly: blue. Hex color #03B5F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03B5F9 is #FC4A06. Grayscale: #878787. Windows color (decimal): -16534023 or 16364803. OLE color: 16364803.

HSL color Cylindrical-coordinate representation of color #03B5F9: hue angle of 196.59º 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 #03B5F9 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3181249-
CMYK0.990.2700.02
HSL196.59º97.62%49.41%-
HSV(B)196.59º98.8%97.65%-
XYZ33.6639.9195.55-
YUV135.53192.0333.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.69%
GREEN value IS 181 (71.09% from 255) = 41.80%
BLUE value IS 249 (97.66% from 255) = 57.51%
R=0.69%
G=41.80%
B=57.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal31812490.990.2700.02196.5997.6249.41
Hex3B5F9631B02c56231
Octal3265371143330230514261
Binary111011010111111001110001111011010110001011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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