Html Css Color HEX #01ADEE Deep Sky Blue

📋 copy color: '#01ADEE'

red 1 ◦ green 173 ◦ blue 238

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

Shades of Deep Sky Blue #01ADEE

Tints of Deep Sky Blue #01ADEE

RGB

 RED value IS 1 (0.78% from 255) = 0.24%

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

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

R = 0.24%
G = 41.99%
B = 57.77%

CMYK

 C value IS 1.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#01ADEE (or 0x01ADEE) is known color: Deep Sky Blue. HEX triplet: 01, AD and EE. RGB value is (1,173,238). Sum of RGB (Red+Green+Blue) = 1+173+238=412 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #01ADEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01ADEE is #FE5211. Grayscale: #808080. Windows color (decimal): -16667154 or 15641857. OLE color: 15641857.

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

Color convert

RGB 1 173 238 -
CMYK 1.00 0.27 0 0.07
HSL 196.46º 0.99% 0.47% -
HSV(B) 196.46º 1% 0.93% -
XYZ 30.39 36.07 86.25 -
YUV 128.98 189.52 36.71 -
System Red Green Blue C M Y K H S L
Decimal 1 173 238 1.00 0.27 0 0.07 196.46 0.99 0.47
Hex 1 AD EE 64 1B 0 7 C4 63 2F
Octal 1 255 356 144 33 0 7 304 143 57
Binary 1 10101101 11101110 1100100 11011 0 111 11000100 1100011 101111

Color Harmonies of #01ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ADEE

Black with #01ADEE

Text Example


Text Example

White with #01ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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