Html Css Color HEX #16ADEB Deep Sky Blue

📋 copy color: '#16ADEB'

red 22 ◦ green 173 ◦ blue 235

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

Shades of Deep Sky Blue #16ADEB

Tints of Deep Sky Blue #16ADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 5.12%
G = 40.23%
B = 54.65%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#16ADEB (or 0x16ADEB) is known color: Deep Sky Blue. HEX triplet: 16, AD and EB. RGB value is (22,173,235). Sum of RGB (Red+Green+Blue) = 22+173+235=430 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.12% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #16ADEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ADEB is #E95214. Grayscale: #868686. Windows color (decimal): -15290901 or 15445270. OLE color: 15445270.

HSL color Cylindrical-coordinate representation of color #16ADEB: hue angle of 197.46º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16ADEB is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 22 173 235 -
CMYK 0.91 0.26 0 0.08
HSL 197.46º 0.84% 0.5% -
HSV(B) 197.46º 0.91% 0.92% -
XYZ 30.27 36.06 83.96 -
YUV 134.92 184.47 47.46 -
System Red Green Blue C M Y K H S L
Decimal 22 173 235 0.91 0.26 0 0.08 197.46 0.84 0.5
Hex 16 AD EB 5B 1A 0 8 C5 54 32
Octal 26 255 353 133 32 0 10 305 124 62
Binary 10110 10101101 11101011 1011011 11010 0 1000 11000101 1010100 110010

Color Harmonies of #16ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ADEB

Black with #16ADEB

Text Example


Text Example

White with #16ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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