Html Css Color HEX #16ABEC Deep Sky Blue

📋 copy color: '#16ABEC'

red 22 ◦ green 171 ◦ blue 236

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

Shades of Deep Sky Blue #16ABEC

Tints of Deep Sky Blue #16ABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 5.13%
G = 39.86%
B = 55.01%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#16ABEC (or 0x16ABEC) is known color: Deep Sky Blue. HEX triplet: 16, AB and EC. RGB value is (22,171,236). Sum of RGB (Red+Green+Blue) = 22+171+236=429 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.13% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #16ABEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ABEC is #E95413. Grayscale: #858585. Windows color (decimal): -15291412 or 15510294. OLE color: 15510294.

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

Color convert

RGB 22 171 236 -
CMYK 0.91 0.28 0 0.07
HSL 198.22º 0.85% 0.51% -
HSV(B) 198.22º 0.91% 0.93% -
XYZ 30.03 35.35 84.6 -
YUV 133.86 185.64 48.21 -
System Red Green Blue C M Y K H S L
Decimal 22 171 236 0.91 0.28 0 0.07 198.22 0.85 0.51
Hex 16 AB EC 5B 1C 0 7 C6 55 33
Octal 26 253 354 133 34 0 7 306 125 63
Binary 10110 10101011 11101100 1011011 11100 0 111 11000110 1010101 110011

Color Harmonies of #16ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ABEC

Black with #16ABEC

Text Example


Text Example

White with #16ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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