#03B6F0

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

Shades of Deep Sky Blue #03B6F0

Tints of Deep Sky Blue #03B6F0

Color information

#03B6F0 (or 0x03B6F0) is unknown color: approx Deep Sky Blue. HEX triplet: 03, B6 and F0. RGB value is (3,182,240). Sum of RGB (Red+Green+Blue) = 3+182+240=425 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 240 (94.14% from 255 or 56.47% from 425); Max value from RGB is 240 - color contains mainly: blue. Hex color #03B6F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03B6F0 is #FC490F. Grayscale: #868686. Windows color (decimal): -16533776 or 15775235. OLE color: 15775235.

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

Color convert

RGB3182240-
CMYK0.990.2400.06
HSL194.68º97.53%47.65%-
HSV(B)194.68º98.75%94.12%-
XYZ32.4939.7788.4-
YUV135.09187.233.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.71%
GREEN value IS 182 (71.48% from 255) = 42.82%
BLUE value IS 240 (94.14% from 255) = 56.47%
R=0.71%
G=42.82%
B=56.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal31822400.990.2400.06194.6897.5347.65
Hex3B6F0631806c36230
Octal3266360143300630314260
Binary1110110110111100001100011110000110110000111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03B6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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