Html Css Color HEX #16BDC6 Iris Blue

📋 copy color: '#16BDC6'

red 22 ◦ green 189 ◦ blue 198

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

Shades of Iris Blue #16BDC6

Tints of Iris Blue #16BDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.41%

R = 5.38%
G = 46.21%
B = 48.41%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#16BDC6 (or 0x16BDC6) is known color: Iris Blue. HEX triplet: 16, BD and C6. RGB value is (22,189,198). Sum of RGB (Red+Green+Blue) = 22+189+198=409 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.38% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #16BDC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BDC6 is #E94239. Grayscale: #8B8B8B. Windows color (decimal): -15286842 or 13024534. OLE color: 13024534.

HSL color Cylindrical-coordinate representation of color #16BDC6: hue angle of 183.07º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16BDC6 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 22 189 198 -
CMYK 0.89 0.05 0 0.22
HSL 183.07º 0.8% 0.43% -
HSV(B) 183.07º 0.89% 0.78% -
XYZ 28.72 40.64 59.76 -
YUV 140.09 160.67 43.77 -
System Red Green Blue C M Y K H S L
Decimal 22 189 198 0.89 0.05 0 0.22 183.07 0.8 0.43
Hex 16 BD C6 59 5 0 16 B7 50 2B
Octal 26 275 306 131 5 0 26 267 120 53
Binary 10110 10111101 11000110 1011001 101 0 10110 10110111 1010000 101011

Color Harmonies of #16BDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BDC6

Black with #16BDC6

Text Example


Text Example

White with #16BDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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