Html Css Color HEX #16B0BC Iris Blue

📋 copy color: '#16B0BC'

red 22 ◦ green 176 ◦ blue 188

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

Shades of Iris Blue #16B0BC

Tints of Iris Blue #16B0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.6%

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 5.7%
G = 45.6%
B = 48.7%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#16B0BC (or 0x16B0BC) is known color: Iris Blue. HEX triplet: 16, B0 and BC. RGB value is (22,176,188). Sum of RGB (Red+Green+Blue) = 22+176+188=386 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.70% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #16B0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16B0BC is #E94F43. Grayscale: #838383. Windows color (decimal): -15290180 or 12365846. OLE color: 12365846.

HSL color Cylindrical-coordinate representation of color #16B0BC: hue angle of 184.34º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B0BC is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 22 176 188 -
CMYK 0.88 0.06 0 0.26
HSL 184.34º 0.79% 0.41% -
HSV(B) 184.34º 0.88% 0.74% -
XYZ 24.93 34.85 52.99 -
YUV 131.32 159.98 50.02 -
System Red Green Blue C M Y K H S L
Decimal 22 176 188 0.88 0.06 0 0.26 184.34 0.79 0.41
Hex 16 B0 BC 58 6 0 1A B8 4F 29
Octal 26 260 274 130 6 0 32 270 117 51
Binary 10110 10110000 10111100 1011000 110 0 11010 10111000 1001111 101001

Color Harmonies of #16B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B0BC

Black with #16B0BC

Text Example


Text Example

White with #16B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,176,188); }

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

background-color css

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

 a { background-color: rgb(22,176,188); }

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

border-color css

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

 span { border-color: rgb(22,176,188); }

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