Html Css Color HEX #16ABEB Deep Sky Blue

📋 copy color: '#16ABEB'

red 22 ◦ green 171 ◦ blue 235

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

Shades of Deep Sky Blue #16ABEB

Tints of Deep Sky Blue #16ABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.95%

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

R = 5.14%
G = 39.95%
B = 54.91%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#16ABEB (or 0x16ABEB) is known color: Deep Sky Blue. HEX triplet: 16, AB and EB. RGB value is (22,171,235). Sum of RGB (Red+Green+Blue) = 22+171+235=428 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.14% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #16ABEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ABEB is #E95414. Grayscale: #858585. Windows color (decimal): -15291413 or 15444758. OLE color: 15444758.

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

Color convert

RGB 22 171 235 -
CMYK 0.91 0.27 0 0.08
HSL 198.03º 0.84% 0.5% -
HSV(B) 198.03º 0.91% 0.92% -
XYZ 29.89 35.29 83.83 -
YUV 133.75 185.14 48.3 -
System Red Green Blue C M Y K H S L
Decimal 22 171 235 0.91 0.27 0 0.08 198.03 0.84 0.5
Hex 16 AB EB 5B 1B 0 8 C6 54 32
Octal 26 253 353 133 33 0 10 306 124 62
Binary 10110 10101011 11101011 1011011 11011 0 1000 11000110 1010100 110010

Color Harmonies of #16ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ABEB

Black with #16ABEB

Text Example


Text Example

White with #16ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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