Html Css Color HEX #16BDCE Iris Blue

📋 copy color: '#16BDCE'

red 22 ◦ green 189 ◦ blue 206

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

Shades of Iris Blue #16BDCE

Tints of Iris Blue #16BDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 5.28%
G = 45.32%
B = 49.4%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#16BDCE (or 0x16BDCE) is known color: Iris Blue. HEX triplet: 16, BD and CE. RGB value is (22,189,206). Sum of RGB (Red+Green+Blue) = 22+189+206=417 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.28% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #16BDCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BDCE is #E94231. Grayscale: #8C8C8C. Windows color (decimal): -15286834 or 13548822. OLE color: 13548822.

HSL color Cylindrical-coordinate representation of color #16BDCE: hue angle of 185.54º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16BDCE is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 22 189 206 -
CMYK 0.89 0.08 0 0.19
HSL 185.54º 0.81% 0.45% -
HSV(B) 185.54º 0.89% 0.81% -
XYZ 29.67 41.02 64.75 -
YUV 141.01 164.67 43.12 -
System Red Green Blue C M Y K H S L
Decimal 22 189 206 0.89 0.08 0 0.19 185.54 0.81 0.45
Hex 16 BD CE 59 8 0 13 BA 51 2D
Octal 26 275 316 131 10 0 23 272 121 55
Binary 10110 10111101 11001110 1011001 1000 0 10011 10111010 1010001 101101

Color Harmonies of #16BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BDCE

Black with #16BDCE

Text Example


Text Example

White with #16BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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