Html Css Color HEX #16B9CA Iris Blue

📋 copy color: '#16B9CA'

red 22 ◦ green 185 ◦ blue 202

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

Shades of Iris Blue #16B9CA

Tints of Iris Blue #16B9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.23%

 BLUE value IS 202 (79.3% from 255) = 49.39%

R = 5.38%
G = 45.23%
B = 49.39%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#16B9CA (or 0x16B9CA) is known color: Iris Blue. HEX triplet: 16, B9 and CA. RGB value is (22,185,202). Sum of RGB (Red+Green+Blue) = 22+185+202=409 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.38% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #16B9CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16B9CA is #E94635. Grayscale: #898989. Windows color (decimal): -15287862 or 13285654. OLE color: 13285654.

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

Color convert

RGB 22 185 202 -
CMYK 0.89 0.08 0 0.21
HSL 185.67º 0.8% 0.44% -
HSV(B) 185.67º 0.89% 0.79% -
XYZ 28.34 39.13 61.94 -
YUV 138.2 164 45.12 -
System Red Green Blue C M Y K H S L
Decimal 22 185 202 0.89 0.08 0 0.21 185.67 0.8 0.44
Hex 16 B9 CA 59 8 0 15 BA 50 2C
Octal 26 271 312 131 10 0 25 272 120 54
Binary 10110 10111001 11001010 1011001 1000 0 10101 10111010 1010000 101100

Color Harmonies of #16B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B9CA

Black with #16B9CA

Text Example


Text Example

White with #16B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,185,202); }

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

background-color css

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

 a { background-color: rgb(22,185,202); }

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

border-color css

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

 span { border-color: rgb(22,185,202); }

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