#03BBF6

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

Shades of Deep Sky Blue #03BBF6

Tints of Deep Sky Blue #03BBF6

Color information

#03BBF6 (or 0x03BBF6) is unknown color: approx Deep Sky Blue. HEX triplet: 03, BB and F6. RGB value is (3,187,246). Sum of RGB (Red+Green+Blue) = 3+187+246=436 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #03BBF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BBF6 is #FC4409. Grayscale: #8A8A8A. Windows color (decimal): -16532490 or 16169731. OLE color: 16169731.

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

Color convert

RGB3187246-
CMYK0.990.2400.04
HSL194.57º97.59%48.82%-
HSV(B)194.57º98.78%96.47%-
XYZ34.4442.2193.52-
YUV138.71188.5431.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.69%
GREEN value IS 187 (73.44% from 255) = 42.89%
BLUE value IS 246 (96.48% from 255) = 56.42%
R=0.69%
G=42.89%
B=56.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal31872460.990.2400.04194.5797.5948.82
Hex3BBF6631804c36231
Octal3273366143300430314261
Binary1110111011111101101100011110000100110000111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,187,246); }

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

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

 a { background-color: rgb(3,187,246); }

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

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

 span { border-color: rgb(3,187,246); }

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