Html Css Color HEX #16BDCD Iris Blue

📋 copy color: '#16BDCD'

red 22 ◦ green 189 ◦ blue 205

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

Shades of Iris Blue #16BDCD

Tints of Iris Blue #16BDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 5.29%
G = 45.43%
B = 49.28%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#16BDCD (or 0x16BDCD) is known color: Iris Blue. HEX triplet: 16, BD and CD. RGB value is (22,189,205). Sum of RGB (Red+Green+Blue) = 22+189+205=416 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.29% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #16BDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BDCD is #E94232. Grayscale: #8C8C8C. Windows color (decimal): -15286835 or 13483286. OLE color: 13483286.

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

Color convert

RGB 22 189 205 -
CMYK 0.89 0.08 0 0.20
HSL 185.25º 0.81% 0.45% -
HSV(B) 185.25º 0.89% 0.8% -
XYZ 29.55 40.97 64.11 -
YUV 140.89 164.17 43.2 -
System Red Green Blue C M Y K H S L
Decimal 22 189 205 0.89 0.08 0 0.20 185.25 0.81 0.45
Hex 16 BD CD 59 8 0 14 B9 51 2D
Octal 26 275 315 131 10 0 24 271 121 55
Binary 10110 10111101 11001101 1011001 1000 0 10100 10111001 1010001 101101

Color Harmonies of #16BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BDCD

Black with #16BDCD

Text Example


Text Example

White with #16BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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