Html Css Color HEX #16BDC0 Iris Blue

📋 copy color: '#16BDC0'

red 22 ◦ green 189 ◦ blue 192

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

Shades of Iris Blue #16BDC0

Tints of Iris Blue #16BDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.9%

 BLUE value IS 192 (75.39% from 255) = 47.64%

R = 5.46%
G = 46.9%
B = 47.64%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#16BDC0 (or 0x16BDC0) is known color: Iris Blue. HEX triplet: 16, BD and C0. RGB value is (22,189,192). Sum of RGB (Red+Green+Blue) = 22+189+192=403 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.46% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #16BDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BDC0 is #E9423F. Grayscale: #8B8B8B. Windows color (decimal): -15286848 or 12631318. OLE color: 12631318.

HSL color Cylindrical-coordinate representation of color #16BDC0: hue angle of 181.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16BDC0 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 22 189 192 -
CMYK 0.89 0.02 0 0.25
HSL 181.06º 0.79% 0.42% -
HSV(B) 181.06º 0.89% 0.75% -
XYZ 28.04 40.37 56.18 -
YUV 139.41 157.67 44.26 -
System Red Green Blue C M Y K H S L
Decimal 22 189 192 0.89 0.02 0 0.25 181.06 0.79 0.42
Hex 16 BD C0 59 2 0 19 B5 4F 2A
Octal 26 275 300 131 2 0 31 265 117 52
Binary 10110 10111101 11000000 1011001 10 0 11001 10110101 1001111 101010

Color Harmonies of #16BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BDC0

Black with #16BDC0

Text Example


Text Example

White with #16BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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