#03BFFE

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

Shades of Deep Sky Blue #03BFFE

Tints of Deep Sky Blue #03BFFE

Color information

#03BFFE (or 0x03BFFE) is unknown color: approx Deep Sky Blue. HEX triplet: 03, BF and FE. RGB value is (3,191,254). Sum of RGB (Red+Green+Blue) = 3+191+254=448 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #03BFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BFFE is #FC4001. Grayscale: #8D8D8D. Windows color (decimal): -16531458 or 16695043. OLE color: 16695043.

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

Color convert

RGB3191254-
CMYK0.990.2500.00
HSL195.06º99.21%50.39%-
HSV(B)195.06º98.82%99.61%-
XYZ36.5644.44100.42-
YUV141.97191.2228.88-

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.63%
BLUE value IS 254 (99.61% from 255) = 56.70%
R=0.67%
G=42.63%
B=56.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal31912540.990.2500.00195.0699.2150.39
Hex3BFFE631900c36332
Octal3277376143310030314362
Binary11101111111111111011000111100100110000111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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