Html Css Color HEX #03B5E6 Deep Sky Blue

📋 copy color: '#03B5E6'

red 3 ◦ green 181 ◦ blue 230

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

Shades of Deep Sky Blue #03B5E6

Tints of Deep Sky Blue #03B5E6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.72%

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

R = 0.72%
G = 43.72%
B = 55.56%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#03B5E6 (or 0x03B5E6) is known color: Deep Sky Blue. HEX triplet: 03, B5 and E6. RGB value is (3,181,230). Sum of RGB (Red+Green+Blue) = 3+181+230=414 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 230 (90.23% from 255 or 55.56% from 414); Max value from RGB is 230 - color contains mainly: blue. Hex color #03B5E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03B5E6 is #FC4A19. Grayscale: #848484. Windows color (decimal): -16534042 or 15119619. OLE color: 15119619.

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

Color convert

RGB 3 181 230 -
CMYK 0.99 0.21 0 0.10
HSL 192.95º 0.97% 0.46% -
HSV(B) 192.95º 0.99% 0.9% -
XYZ 30.84 38.78 80.72 -
YUV 133.36 182.53 35.02 -
System Red Green Blue C M Y K H S L
Decimal 3 181 230 0.99 0.21 0 0.10 192.95 0.97 0.46
Hex 3 B5 E6 63 15 0 A C1 61 2E
Octal 3 265 346 143 25 0 12 301 141 56
Binary 11 10110101 11100110 1100011 10101 0 1010 11000001 1100001 101110

Color Harmonies of #03B5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B5E6

Black with #03B5E6

Text Example


Text Example

White with #03B5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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