Html Css Color HEX #03B0FB Deep Sky Blue

📋 copy color: '#03B0FB'

red 3 ◦ green 176 ◦ blue 251

#03B0FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #03B0FB

Tints of Deep Sky Blue #03B0FB

RGB

 RED value IS 3 (1.56% from 255) = 0.7%

 GREEN value IS 176 (69.14% from 255) = 40.93%

 BLUE value IS 251 (98.44% from 255) = 58.37%

R = 0.7%
G = 40.93%
B = 58.37%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#03B0FB (or 0x03B0FB) is known color: Deep Sky Blue. HEX triplet: 03, B0 and FB. RGB value is (3,176,251). Sum of RGB (Red+Green+Blue) = 3+176+251=430 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #03B0FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03B0FB is #FC4F04. Grayscale: #848484. Windows color (decimal): -16535301 or 16494595. OLE color: 16494595.

HSL color Cylindrical-coordinate representation of color #03B0FB: hue angle of 198.15º 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 #03B0FB is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 176 251 -
CMYK 0.99 0.30 0 0.02
HSL 198.15º 0.98% 0.5% -
HSV(B) 198.15º 0.99% 0.98% -
XYZ 32.98 38.04 96.87 -
YUV 132.82 194.69 35.4 -
System Red Green Blue C M Y K H S L
Decimal 3 176 251 0.99 0.30 0 0.02 198.15 0.98 0.5
Hex 3 B0 FB 63 1E 0 2 C6 62 32
Octal 3 260 373 143 36 0 2 306 142 62
Binary 11 10110000 11111011 1100011 11110 0 10 11000110 1100010 110010

Color Harmonies of #03B0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B0FB

Black with #03B0FB

Text Example


Text Example

White with #03B0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03B0FB;
 }
 .AnyTagClassName
 {
   color: #03B0FB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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