Html Css Color HEX #16ABEE Deep Sky Blue

📋 copy color: '#16ABEE'

red 22 ◦ green 171 ◦ blue 238

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

Shades of Deep Sky Blue #16ABEE

Tints of Deep Sky Blue #16ABEE

RGB

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

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

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

R = 5.1%
G = 39.68%
B = 55.22%

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

#16ABEE (or 0x16ABEE) is known color: Deep Sky Blue. HEX triplet: 16, AB and EE. RGB value is (22,171,238). Sum of RGB (Red+Green+Blue) = 22+171+238=431 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.10% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #16ABEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ABEE is #E95411. Grayscale: #858585. Windows color (decimal): -15291410 or 15641366. OLE color: 15641366.

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

Color convert

RGB 22 171 238 -
CMYK 0.91 0.28 0 0.07
HSL 198.61º 0.86% 0.51% -
HSV(B) 198.61º 0.91% 0.93% -
XYZ 30.33 35.47 86.14 -
YUV 134.09 186.64 48.05 -
System Red Green Blue C M Y K H S L
Decimal 22 171 238 0.91 0.28 0 0.07 198.61 0.86 0.51
Hex 16 AB EE 5B 1C 0 7 C7 56 33
Octal 26 253 356 133 34 0 7 307 126 63
Binary 10110 10101011 11101110 1011011 11100 0 111 11000111 1010110 110011

Color Harmonies of #16ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ABEE

Black with #16ABEE

Text Example


Text Example

White with #16ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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