Html Css Color HEX #16ADEE Deep Sky Blue

📋 copy color: '#16ADEE'

red 22 ◦ green 173 ◦ blue 238

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

Shades of Deep Sky Blue #16ADEE

Tints of Deep Sky Blue #16ADEE

RGB

 RED value IS 22 (8.98% from 255) = 5.08%

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

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

R = 5.08%
G = 39.95%
B = 54.97%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#16ADEE (or 0x16ADEE) is known color: Deep Sky Blue. HEX triplet: 16, AD and EE. RGB value is (22,173,238). Sum of RGB (Red+Green+Blue) = 22+173+238=433 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.08% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #16ADEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ADEE is #E95211. Grayscale: #868686. Windows color (decimal): -15290898 or 15641878. OLE color: 15641878.

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

Color convert

RGB 22 173 238 -
CMYK 0.91 0.27 0 0.07
HSL 198.06º 0.86% 0.51% -
HSV(B) 198.06º 0.91% 0.93% -
XYZ 30.71 36.23 86.26 -
YUV 135.26 185.97 47.21 -
System Red Green Blue C M Y K H S L
Decimal 22 173 238 0.91 0.27 0 0.07 198.06 0.86 0.51
Hex 16 AD EE 5B 1B 0 7 C6 56 33
Octal 26 255 356 133 33 0 7 306 126 63
Binary 10110 10101101 11101110 1011011 11011 0 111 11000110 1010110 110011

Color Harmonies of #16ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ADEE

Black with #16ADEE

Text Example


Text Example

White with #16ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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