Html Css Color HEX #16C0CE Iris Blue

📋 copy color: '#16C0CE'

red 22 ◦ green 192 ◦ blue 206

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

Shades of Iris Blue #16C0CE

Tints of Iris Blue #16C0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.71%

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 5.24%
G = 45.71%
B = 49.05%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#16C0CE (or 0x16C0CE) is known color: Iris Blue. HEX triplet: 16, C0 and CE. RGB value is (22,192,206). Sum of RGB (Red+Green+Blue) = 22+192+206=420 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.24% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #16C0CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16C0CE is #E93F31. Grayscale: #8E8E8E. Windows color (decimal): -15286066 or 13549590. OLE color: 13549590.

HSL color Cylindrical-coordinate representation of color #16C0CE: hue angle of 184.57º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C0CE is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 22 192 206 -
CMYK 0.89 0.07 0 0.19
HSL 184.57º 0.81% 0.45% -
HSV(B) 184.57º 0.89% 0.81% -
XYZ 30.32 42.33 64.96 -
YUV 142.77 163.68 41.86 -
System Red Green Blue C M Y K H S L
Decimal 22 192 206 0.89 0.07 0 0.19 184.57 0.81 0.45
Hex 16 C0 CE 59 7 0 13 B9 51 2D
Octal 26 300 316 131 7 0 23 271 121 55
Binary 10110 11000000 11001110 1011001 111 0 10011 10111001 1010001 101101

Color Harmonies of #16C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C0CE

Black with #16C0CE

Text Example


Text Example

White with #16C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,192,206); }

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

background-color css

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

 a { background-color: rgb(22,192,206); }

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

border-color css

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

 span { border-color: rgb(22,192,206); }

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