Html Css Color HEX #03ADEE Deep Sky Blue

📋 copy color: '#03ADEE'

red 3 ◦ green 173 ◦ blue 238

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

Shades of Deep Sky Blue #03ADEE

Tints of Deep Sky Blue #03ADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.49%

R = 0.72%
G = 41.79%
B = 57.49%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#03ADEE (or 0x03ADEE) is known color: Deep Sky Blue. HEX triplet: 03, AD and EE. RGB value is (3,173,238). Sum of RGB (Red+Green+Blue) = 3+173+238=414 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #03ADEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03ADEE is #FC5211. Grayscale: #818181. Windows color (decimal): -16536082 or 15641859. OLE color: 15641859.

HSL color Cylindrical-coordinate representation of color #03ADEE: hue angle of 196.6º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ADEE is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 173 238 -
CMYK 0.99 0.27 0 0.07
HSL 196.6º 0.98% 0.47% -
HSV(B) 196.6º 0.99% 0.93% -
XYZ 30.41 36.08 86.25 -
YUV 129.58 189.18 37.71 -
System Red Green Blue C M Y K H S L
Decimal 3 173 238 0.99 0.27 0 0.07 196.6 0.98 0.47
Hex 3 AD EE 63 1B 0 7 C5 62 2F
Octal 3 255 356 143 33 0 7 305 142 57
Binary 11 10101101 11101110 1100011 11011 0 111 11000101 1100010 101111

Color Harmonies of #03ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03ADEE

Black with #03ADEE

Text Example


Text Example

White with #03ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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