#03bbf7

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

Shades of Deep Sky Blue #03BBF7

Tints of Deep Sky Blue #03BBF7

Color information

#03BBF7 (or 0x03BBF7) is unknown color: approx Deep Sky Blue. HEX triplet: 03, BB and F7. RGB value is (3,187,247). Sum of RGB (Red+Green+Blue) = 3+187+247=437 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 247 (96.88% from 255 or 56.52% from 437); Max value from RGB is 247 - color contains mainly: blue. Hex color #03BBF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BBF7 is #FC4408. Grayscale: #8A8A8A. Windows color (decimal): -16532489 or 16235267. OLE color: 16235267.

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

Color convert

RGB3187247-
CMYK0.990.2400.03
HSL194.75º97.6%49.02%-
HSV(B)194.75º98.79%96.86%-
XYZ34.642.2894.33-
YUV138.82189.0431.12-

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.79%
BLUE value IS 247 (96.88% from 255) = 56.52%
R=0.69%
G=42.79%
B=56.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal31872470.990.2400.03194.7597.649.02
Hex3BBF7631803c36231
Octal3273367143300330314261
Binary111011101111110111110001111000011110000111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03bbf7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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

cancel