Html Css Color HEX #03A8EA Deep Sky Blue

📋 copy color: '#03A8EA'

red 3 ◦ green 168 ◦ blue 234

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

Shades of Deep Sky Blue #03A8EA

Tints of Deep Sky Blue #03A8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.48%

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

R = 0.74%
G = 41.48%
B = 57.78%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#03A8EA (or 0x03A8EA) is known color: Deep Sky Blue. HEX triplet: 03, A8 and EA. RGB value is (3,168,234). Sum of RGB (Red+Green+Blue) = 3+168+234=405 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #03A8EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A8EA is #FC5715. Grayscale: #7D7D7D. Windows color (decimal): -16537366 or 15378435. OLE color: 15378435.

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

Color convert

RGB 3 168 234 -
CMYK 0.99 0.28 0 0.08
HSL 197.14º 0.97% 0.46% -
HSV(B) 197.14º 0.99% 0.92% -
XYZ 28.89 33.97 82.88 -
YUV 126.19 188.84 40.13 -
System Red Green Blue C M Y K H S L
Decimal 3 168 234 0.99 0.28 0 0.08 197.14 0.97 0.46
Hex 3 A8 EA 63 1C 0 8 C5 61 2E
Octal 3 250 352 143 34 0 10 305 141 56
Binary 11 10101000 11101010 1100011 11100 0 1000 11000101 1100001 101110

Color Harmonies of #03A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A8EA

Black with #03A8EA

Text Example


Text Example

White with #03A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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