Html Css Color HEX #03B5EA Deep Sky Blue

📋 copy color: '#03B5EA'

red 3 ◦ green 181 ◦ blue 234

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

Shades of Deep Sky Blue #03B5EA

Tints of Deep Sky Blue #03B5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.98%

R = 0.72%
G = 43.3%
B = 55.98%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#03B5EA (or 0x03B5EA) is known color: Deep Sky Blue. HEX triplet: 03, B5 and EA. RGB value is (3,181,234). Sum of RGB (Red+Green+Blue) = 3+181+234=418 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #03B5EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03B5EA is #FC4A15. Grayscale: #858585. Windows color (decimal): -16534038 or 15381763. OLE color: 15381763.

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

Color convert

RGB 3 181 234 -
CMYK 0.99 0.23 0 0.08
HSL 193.77º 0.97% 0.46% -
HSV(B) 193.77º 0.99% 0.92% -
XYZ 31.41 39.01 83.72 -
YUV 133.82 184.53 34.69 -
System Red Green Blue C M Y K H S L
Decimal 3 181 234 0.99 0.23 0 0.08 193.77 0.97 0.46
Hex 3 B5 EA 63 17 0 8 C2 61 2E
Octal 3 265 352 143 27 0 10 302 141 56
Binary 11 10110101 11101010 1100011 10111 0 1000 11000010 1100001 101110

Color Harmonies of #03B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B5EA

Black with #03B5EA

Text Example


Text Example

White with #03B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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