Html Css Color HEX #16BCDC Iris Blue

📋 copy color: '#16BCDC'

red 22 ◦ green 188 ◦ blue 220

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

Shades of Iris Blue #16BCDC

Tints of Iris Blue #16BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.72%

 BLUE value IS 220 (86.33% from 255) = 51.16%

R = 5.12%
G = 43.72%
B = 51.16%

CMYK

 C value IS 0.9

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#16BCDC (or 0x16BCDC) is known color: Iris Blue. HEX triplet: 16, BC and DC. RGB value is (22,188,220). Sum of RGB (Red+Green+Blue) = 22+188+220=430 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.12% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #16BCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BCDC is #E94323. Grayscale: #8D8D8D. Windows color (decimal): -15287076 or 14466070. OLE color: 14466070.

HSL color Cylindrical-coordinate representation of color #16BCDC: hue angle of 189.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16BCDC is Cyan = 0.9, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 188 220 -
CMYK 0.9 0.15 0 0.14
HSL 189.7º 0.82% 0.47% -
HSV(B) 189.7º 0.9% 0.86% -
XYZ 31.23 41.3 74.04 -
YUV 142.01 172 42.4 -
System Red Green Blue C M Y K H S L
Decimal 22 188 220 0.9 0.15 0 0.14 189.7 0.82 0.47
Hex 16 BC DC 5A F 0 E BE 52 2F
Octal 26 274 334 132 17 0 16 276 122 57
Binary 10110 10111100 11011100 1011010 1111 0 1110 10111110 1010010 101111

Color Harmonies of #16BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BCDC

Black with #16BCDC

Text Example


Text Example

White with #16BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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