Html Css Color HEX #03B3E6 Deep Sky Blue

📋 copy color: '#03B3E6'

red 3 ◦ green 179 ◦ blue 230

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

Shades of Deep Sky Blue #03B3E6

Tints of Deep Sky Blue #03B3E6

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.45%

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

R = 0.73%
G = 43.45%
B = 55.83%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#03B3E6 (or 0x03B3E6) is known color: Deep Sky Blue. HEX triplet: 03, B3 and E6. RGB value is (3,179,230). Sum of RGB (Red+Green+Blue) = 3+179+230=412 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #03B3E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03B3E6 is #FC4C19. Grayscale: #838383. Windows color (decimal): -16534554 or 15119107. OLE color: 15119107.

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

Color convert

RGB 3 179 230 -
CMYK 0.99 0.22 0 0.10
HSL 193.48º 0.97% 0.46% -
HSV(B) 193.48º 0.99% 0.9% -
XYZ 30.44 37.97 80.59 -
YUV 132.19 183.19 35.85 -
System Red Green Blue C M Y K H S L
Decimal 3 179 230 0.99 0.22 0 0.10 193.48 0.97 0.46
Hex 3 B3 E6 63 16 0 A C1 61 2E
Octal 3 263 346 143 26 0 12 301 141 56
Binary 11 10110011 11100110 1100011 10110 0 1010 11000001 1100001 101110

Color Harmonies of #03B3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B3E6

Black with #03B3E6

Text Example


Text Example

White with #03B3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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