Html Css Color HEX #16B5CB Iris Blue

📋 copy color: '#16B5CB'

red 22 ◦ green 181 ◦ blue 203

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

Shades of Iris Blue #16B5CB

Tints of Iris Blue #16B5CB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.58%

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

R = 5.42%
G = 44.58%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#16B5CB (or 0x16B5CB) is known color: Iris Blue. HEX triplet: 16, B5 and CB. RGB value is (22,181,203). Sum of RGB (Red+Green+Blue) = 22+181+203=406 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.42% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #16B5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16B5CB is #E94A34. Grayscale: #878787. Windows color (decimal): -15288885 or 13350166. OLE color: 13350166.

HSL color Cylindrical-coordinate representation of color #16B5CB: hue angle of 187.29º 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 #16B5CB is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 22 181 203 -
CMYK 0.89 0.11 0 0.20
HSL 187.29º 0.8% 0.44% -
HSV(B) 187.29º 0.89% 0.8% -
XYZ 27.63 37.53 62.29 -
YUV 135.97 165.82 46.71 -
System Red Green Blue C M Y K H S L
Decimal 22 181 203 0.89 0.11 0 0.20 187.29 0.8 0.44
Hex 16 B5 CB 59 B 0 14 BB 50 2C
Octal 26 265 313 131 13 0 24 273 120 54
Binary 10110 10110101 11001011 1011001 1011 0 10100 10111011 1010000 101100

Color Harmonies of #16B5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B5CB

Black with #16B5CB

Text Example


Text Example

White with #16B5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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