Html Css Color HEX #03ADEA Deep Sky Blue

📋 copy color: '#03ADEA'

red 3 ◦ green 173 ◦ blue 234

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

Shades of Deep Sky Blue #03ADEA

Tints of Deep Sky Blue #03ADEA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.2%

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

R = 0.73%
G = 42.2%
B = 57.07%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#03ADEA (or 0x03ADEA) is known color: Deep Sky Blue. HEX triplet: 03, AD and EA. RGB value is (3,173,234). Sum of RGB (Red+Green+Blue) = 3+173+234=410 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #03ADEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03ADEA is #FC5215. Grayscale: #808080. Windows color (decimal): -16536086 or 15379715. OLE color: 15379715.

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

Color convert

RGB 3 173 234 -
CMYK 0.99 0.26 0 0.08
HSL 195.84º 0.97% 0.46% -
HSV(B) 195.84º 0.99% 0.92% -
XYZ 29.83 35.85 83.19 -
YUV 129.12 187.18 38.04 -
System Red Green Blue C M Y K H S L
Decimal 3 173 234 0.99 0.26 0 0.08 195.84 0.97 0.46
Hex 3 AD EA 63 1A 0 8 C4 61 2E
Octal 3 255 352 143 32 0 10 304 141 56
Binary 11 10101101 11101010 1100011 11010 0 1000 11000100 1100001 101110

Color Harmonies of #03ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ADEA

Black with #03ADEA

Text Example


Text Example

White with #03ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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