Html Css Color HEX #16ACED Deep Sky Blue

📋 copy color: '#16ACED'

red 22 ◦ green 172 ◦ blue 237

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

Shades of Deep Sky Blue #16ACED

Tints of Deep Sky Blue #16ACED

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.91%

 BLUE value IS 237 (92.97% from 255) = 54.99%

R = 5.1%
G = 39.91%
B = 54.99%

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

#16ACED (or 0x16ACED) is known color: Deep Sky Blue. HEX triplet: 16, AC and ED. RGB value is (22,172,237). Sum of RGB (Red+Green+Blue) = 22+172+237=431 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.10% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #16ACED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ACED is #E95312. Grayscale: #868686. Windows color (decimal): -15291155 or 15576086. OLE color: 15576086.

HSL color Cylindrical-coordinate representation of color #16ACED: hue angle of 198.14º 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 #16ACED is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 172 237 -
CMYK 0.91 0.27 0 0.07
HSL 198.14º 0.86% 0.51% -
HSV(B) 198.14º 0.91% 0.93% -
XYZ 30.37 35.79 85.43 -
YUV 134.56 185.81 47.71 -
System Red Green Blue C M Y K H S L
Decimal 22 172 237 0.91 0.27 0 0.07 198.14 0.86 0.51
Hex 16 AC ED 5B 1B 0 7 C6 56 33
Octal 26 254 355 133 33 0 7 306 126 63
Binary 10110 10101100 11101101 1011011 11011 0 111 11000110 1010110 110011

Color Harmonies of #16ACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ACED

Black with #16ACED

Text Example


Text Example

White with #16ACED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,172,237); }

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

background-color css

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

 a { background-color: rgb(22,172,237); }

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

border-color css

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

 span { border-color: rgb(22,172,237); }

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