Html Css Color HEX #16D7F6 Deep Sky Blue

📋 copy color: '#16D7F6'

red 22 ◦ green 215 ◦ blue 246

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

Shades of Deep Sky Blue #16D7F6

Tints of Deep Sky Blue #16D7F6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.51%

 BLUE value IS 246 (96.48% from 255) = 50.93%

R = 4.55%
G = 44.51%
B = 50.93%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#16D7F6 (or 0x16D7F6) is known color: Deep Sky Blue. HEX triplet: 16, D7 and F6. RGB value is (22,215,246). Sum of RGB (Red+Green+Blue) = 22+215+246=483 (63% of max value = 765). Red value is 22 (8.98% from 255 or 4.55% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #16D7F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16D7F6 is #E92809. Grayscale: #A0A0A0. Windows color (decimal): -15280138 or 16176918. OLE color: 16176918.

HSL color Cylindrical-coordinate representation of color #16D7F6: hue angle of 188.3º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16D7F6 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 22 215 246 -
CMYK 0.91 0.13 0 0.04
HSL 188.3º 0.93% 0.53% -
HSV(B) 188.3º 0.91% 0.96% -
XYZ 41.27 55.43 95.71 -
YUV 160.83 176.06 28.98 -
System Red Green Blue C M Y K H S L
Decimal 22 215 246 0.91 0.13 0 0.04 188.3 0.93 0.53
Hex 16 D7 F6 5B D 0 4 BC 5D 35
Octal 26 327 366 133 15 0 4 274 135 65
Binary 10110 11010111 11110110 1011011 1101 0 100 10111100 1011101 110101

Color Harmonies of #16D7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D7F6

Black with #16D7F6

Text Example


Text Example

White with #16D7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,215,246); }

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

background-color css

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

 a { background-color: rgb(22,215,246); }

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

border-color css

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

 span { border-color: rgb(22,215,246); }

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