Html Css Color HEX #00ADE5 Deep Sky Blue

📋 copy color: '#00ADE5'

red 0 ◦ green 173 ◦ blue 229

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

Shades of Deep Sky Blue #00ADE5

Tints of Deep Sky Blue #00ADE5

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 229 (89.84% from 255) = 56.97%

R = 0%
G = 43.03%
B = 56.97%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#00ADE5 (or 0x00ADE5) is known color: Deep Sky Blue. HEX triplet: 00, AD and E5. RGB value is (0,173,229). Sum of RGB (Red+Green+Blue) = 0+173+229=402 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 229 (89.84% from 255 or 56.97% from 402); Max value from RGB is 229 - color contains mainly: blue. Hex color #00ADE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ADE5 is #FF521A. Grayscale: #7F7F7F. Windows color (decimal): -16732699 or 15052032. OLE color: 15052032.

HSL color Cylindrical-coordinate representation of color #00ADE5: hue angle of 194.67º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADE5 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 0 173 229 -
CMYK 1 0.24 0 0.10
HSL 194.67º 1% 0.45% -
HSV(B) 194.67º 1% 0.9% -
XYZ 29.09 35.54 79.46 -
YUV 127.66 185.19 36.95 -
System Red Green Blue C M Y K H S L
Decimal 0 173 229 1 0.24 0 0.10 194.67 1 0.45
Hex 0 AD E5 64 18 0 A C3 64 2D
Octal 0 255 345 144 30 0 12 303 144 55
Binary 0 10101101 11100101 1100100 11000 0 1010 11000011 1100100 101101

Color Harmonies of #00ADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ADE5

Black with #00ADE5

Text Example


Text Example

White with #00ADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00ADE5; }

 p { color: rgb(0,173,229); }

 H1.HeaderClassName
 {
   color: #00ADE5;
 }
 .AnyTagClassName
 {
   color: #00ADE5;
 }
</style>

background-color css

<style>
 a { background-color: #00ADE5; }

 a { background-color: rgb(0,173,229); }

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

border-color css

<style>
 span { border-color: #00ADE5; }

 span { border-color: rgb(0,173,229); }

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