#03BFFB

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

Shades of Deep Sky Blue #03BFFB

Tints of Deep Sky Blue #03BFFB

Color information

#03BFFB (or 0x03BFFB) is unknown color: approx Deep Sky Blue. HEX triplet: 03, BF and FB. RGB value is (3,191,251). Sum of RGB (Red+Green+Blue) = 3+191+251=445 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #03BFFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BFFB is #FC4004. Grayscale: #8D8D8D. Windows color (decimal): -16531461 or 16498435. OLE color: 16498435.

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

Color convert

RGB3191251-
CMYK0.990.2400.02
HSL194.52º97.64%49.8%-
HSV(B)194.52º98.8%98.43%-
XYZ36.0844.2597.91-
YUV141.63189.7229.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.67%
GREEN value IS 191 (75% from 255) = 42.92%
BLUE value IS 251 (98.44% from 255) = 56.40%
R=0.67%
G=42.92%
B=56.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal31912510.990.2400.02194.5297.6449.8
Hex3BFFB631802c36232
Octal3277373143300230314262
Binary111011111111111011110001111000010110000111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,191,251); }

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

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

 a { background-color: rgb(3,191,251); }

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

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

 span { border-color: rgb(3,191,251); }

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