Html Css Color HEX #16D1EE Deep Sky Blue

📋 copy color: '#16D1EE'

red 22 ◦ green 209 ◦ blue 238

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

Shades of Deep Sky Blue #16D1EE

Tints of Deep Sky Blue #16D1EE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.56%

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

R = 4.69%
G = 44.56%
B = 50.75%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#16D1EE (or 0x16D1EE) is known color: Deep Sky Blue. HEX triplet: 16, D1 and EE. RGB value is (22,209,238). Sum of RGB (Red+Green+Blue) = 22+209+238=469 (62% of max value = 765). Red value is 22 (8.98% from 255 or 4.69% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #16D1EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16D1EE is #E92E11. Grayscale: #9C9C9C. Windows color (decimal): -15281682 or 15651094. OLE color: 15651094.

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

Color convert

RGB 22 209 238 -
CMYK 0.91 0.12 0 0.07
HSL 188.06º 0.86% 0.51% -
HSV(B) 188.06º 0.91% 0.93% -
XYZ 38.56 51.94 88.88 -
YUV 156.39 174.05 32.14 -
System Red Green Blue C M Y K H S L
Decimal 22 209 238 0.91 0.12 0 0.07 188.06 0.86 0.51
Hex 16 D1 EE 5B C 0 7 BC 56 33
Octal 26 321 356 133 14 0 7 274 126 63
Binary 10110 11010001 11101110 1011011 1100 0 111 10111100 1010110 110011

Color Harmonies of #16D1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D1EE

Black with #16D1EE

Text Example


Text Example

White with #16D1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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