Html Css Color HEX #16BCC3 Iris Blue

📋 copy color: '#16BCC3'

red 22 ◦ green 188 ◦ blue 195

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

Shades of Iris Blue #16BCC3

Tints of Iris Blue #16BCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.15%

R = 5.43%
G = 46.42%
B = 48.15%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#16BCC3 (or 0x16BCC3) is known color: Iris Blue. HEX triplet: 16, BC and C3. RGB value is (22,188,195). Sum of RGB (Red+Green+Blue) = 22+188+195=405 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.43% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 195 (76.56% from 255 or 48.15% from 405); Max value from RGB is 195 - color contains mainly: blue. Hex color #16BCC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BCC3 is #E9433C. Grayscale: #8A8A8A. Windows color (decimal): -15287101 or 12827670. OLE color: 12827670.

HSL color Cylindrical-coordinate representation of color #16BCC3: hue angle of 182.43º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16BCC3 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 22 188 195 -
CMYK 0.89 0.04 0 0.24
HSL 182.43º 0.8% 0.43% -
HSV(B) 182.43º 0.89% 0.76% -
XYZ 28.16 40.08 57.88 -
YUV 139.16 159.5 44.43 -
System Red Green Blue C M Y K H S L
Decimal 22 188 195 0.89 0.04 0 0.24 182.43 0.8 0.43
Hex 16 BC C3 59 4 0 18 B6 50 2B
Octal 26 274 303 131 4 0 30 266 120 53
Binary 10110 10111100 11000011 1011001 100 0 11000 10110110 1010000 101011

Color Harmonies of #16BCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16BCC3

Black with #16BCC3

Text Example


Text Example

White with #16BCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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