Html Css Color HEX #16BDCF Iris Blue

📋 copy color: '#16BDCF'

red 22 ◦ green 189 ◦ blue 207

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

Shades of Iris Blue #16BDCF

Tints of Iris Blue #16BDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 5.26%
G = 45.22%
B = 49.52%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#16BDCF (or 0x16BDCF) is known color: Iris Blue. HEX triplet: 16, BD and CF. RGB value is (22,189,207). Sum of RGB (Red+Green+Blue) = 22+189+207=418 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.26% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #16BDCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BDCF is #E94230. Grayscale: #8C8C8C. Windows color (decimal): -15286833 or 13614358. OLE color: 13614358.

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

Color convert

RGB 22 189 207 -
CMYK 0.89 0.09 0 0.19
HSL 185.84º 0.81% 0.45% -
HSV(B) 185.84º 0.89% 0.81% -
XYZ 29.79 41.07 65.39 -
YUV 141.12 165.17 43.04 -
System Red Green Blue C M Y K H S L
Decimal 22 189 207 0.89 0.09 0 0.19 185.84 0.81 0.45
Hex 16 BD CF 59 9 0 13 BA 51 2D
Octal 26 275 317 131 11 0 23 272 121 55
Binary 10110 10111101 11001111 1011001 1001 0 10011 10111010 1010001 101101

Color Harmonies of #16BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BDCF

Black with #16BDCF

Text Example


Text Example

White with #16BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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