Html Css Color HEX #16B6CB Iris Blue

📋 copy color: '#16B6CB'

red 22 ◦ green 182 ◦ blue 203

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

Shades of Iris Blue #16B6CB

Tints of Iris Blue #16B6CB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.72%

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 5.41%
G = 44.72%
B = 49.88%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#16B6CB (or 0x16B6CB) is known color: Iris Blue. HEX triplet: 16, B6 and CB. RGB value is (22,182,203). Sum of RGB (Red+Green+Blue) = 22+182+203=407 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.41% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #16B6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16B6CB is #E94934. Grayscale: #888888. Windows color (decimal): -15288629 or 13350422. OLE color: 13350422.

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

Color convert

RGB 22 182 203 -
CMYK 0.89 0.10 0 0.20
HSL 186.96º 0.8% 0.44% -
HSV(B) 186.96º 0.89% 0.8% -
XYZ 27.84 37.94 62.36 -
YUV 136.55 165.49 46.29 -
System Red Green Blue C M Y K H S L
Decimal 22 182 203 0.89 0.10 0 0.20 186.96 0.8 0.44
Hex 16 B6 CB 59 A 0 14 BB 50 2C
Octal 26 266 313 131 12 0 24 273 120 54
Binary 10110 10110110 11001011 1011001 1010 0 10100 10111011 1010000 101100

Color Harmonies of #16B6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B6CB

Black with #16B6CB

Text Example


Text Example

White with #16B6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,182,203); }

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

background-color css

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

 a { background-color: rgb(22,182,203); }

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

border-color css

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

 span { border-color: rgb(22,182,203); }

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