#03BBFF

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

Shades of Deep Sky Blue #03BBFF

Tints of Deep Sky Blue #03BBFF

Color information

#03BBFF (or 0x03BBFF) is unknown color: approx Deep Sky Blue. HEX triplet: 03, BB and FF. RGB value is (3,187,255). Sum of RGB (Red+Green+Blue) = 3+187+255=445 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #03BBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BBFF is #FC4400. Grayscale: #8B8B8B. Windows color (decimal): -16532481 or 16759555. OLE color: 16759555.

HSL color Cylindrical-coordinate representation of color #03BBFF: hue angle of 196.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BBFF is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3187255-
CMYK0.990.2700
HSL196.19º100%50.59%-
HSV(B)196.19º98.82%100%-
XYZ35.8642.78100.98-
YUV139.74193.0430.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.67%
GREEN value IS 187 (73.44% from 255) = 42.02%
BLUE value IS 255 (100% from 255) = 57.30%
R=0.67%
G=42.02%
B=57.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal31872550.990.2700196.1910050.59
Hex3BBFF631B00c46433
Octal3273377143330030414463
Binary11101110111111111111000111101100110001001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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