Html Css Color HEX #03B1E6 Deep Sky Blue

📋 copy color: '#03B1E6'

red 3 ◦ green 177 ◦ blue 230

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

Shades of Deep Sky Blue #03B1E6

Tints of Deep Sky Blue #03B1E6

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.17%

 BLUE value IS 230 (90.23% from 255) = 56.1%

R = 0.73%
G = 43.17%
B = 56.1%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#03B1E6 (or 0x03B1E6) is known color: Deep Sky Blue. HEX triplet: 03, B1 and E6. RGB value is (3,177,230). Sum of RGB (Red+Green+Blue) = 3+177+230=410 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #03B1E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03B1E6 is #FC4E19. Grayscale: #828282. Windows color (decimal): -16535066 or 15118595. OLE color: 15118595.

HSL color Cylindrical-coordinate representation of color #03B1E6: hue angle of 194.01º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03B1E6 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 3 177 230 -
CMYK 0.99 0.23 0 0.10
HSL 194.01º 0.97% 0.46% -
HSV(B) 194.01º 0.99% 0.9% -
XYZ 30.04 37.18 80.46 -
YUV 131.02 183.85 36.69 -
System Red Green Blue C M Y K H S L
Decimal 3 177 230 0.99 0.23 0 0.10 194.01 0.97 0.46
Hex 3 B1 E6 63 17 0 A C2 61 2E
Octal 3 261 346 143 27 0 12 302 141 56
Binary 11 10110001 11100110 1100011 10111 0 1010 11000010 1100001 101110

Color Harmonies of #03B1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B1E6

Black with #03B1E6

Text Example


Text Example

White with #03B1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,177,230); }

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

background-color css

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

 a { background-color: rgb(3,177,230); }

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

border-color css

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

 span { border-color: rgb(3,177,230); }

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