#03B5F0

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

Shades of Deep Sky Blue #03B5F0

Tints of Deep Sky Blue #03B5F0

Color information

#03B5F0 (or 0x03B5F0) is unknown color: approx Deep Sky Blue. HEX triplet: 03, B5 and F0. RGB value is (3,181,240). Sum of RGB (Red+Green+Blue) = 3+181+240=424 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 240 (94.14% from 255 or 56.60% from 424); Max value from RGB is 240 - color contains mainly: blue. Hex color #03B5F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03B5F0 is #FC4A0F. Grayscale: #868686. Windows color (decimal): -16534032 or 15774979. OLE color: 15774979.

HSL color Cylindrical-coordinate representation of color #03B5F0: hue angle of 194.94º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03B5F0 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3181240-
CMYK0.990.2500.06
HSL194.94º97.53%47.65%-
HSV(B)194.94º98.75%94.12%-
XYZ32.2939.3688.33-
YUV134.5187.5334.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.71%
GREEN value IS 181 (71.09% from 255) = 42.69%
BLUE value IS 240 (94.14% from 255) = 56.60%
R=0.71%
G=42.69%
B=56.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal31812400.990.2500.06194.9497.5347.65
Hex3B5F0631906c36230
Octal3265360143310630314260
Binary1110110101111100001100011110010110110000111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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