Html Css Color HEX #16AEBC Iris Blue

📋 copy color: '#16AEBC'

red 22 ◦ green 174 ◦ blue 188

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

Shades of Iris Blue #16AEBC

Tints of Iris Blue #16AEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.31%

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 5.73%
G = 45.31%
B = 48.96%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#16AEBC (or 0x16AEBC) is known color: Iris Blue. HEX triplet: 16, AE and BC. RGB value is (22,174,188). Sum of RGB (Red+Green+Blue) = 22+174+188=384 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.73% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #16AEBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AEBC is #E95143. Grayscale: #818181. Windows color (decimal): -15290692 or 12365334. OLE color: 12365334.

HSL color Cylindrical-coordinate representation of color #16AEBC: hue angle of 185.06º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16AEBC is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 22 174 188 -
CMYK 0.88 0.07 0 0.26
HSL 185.06º 0.79% 0.41% -
HSV(B) 185.06º 0.88% 0.74% -
XYZ 24.54 34.07 52.86 -
YUV 130.15 160.64 50.86 -
System Red Green Blue C M Y K H S L
Decimal 22 174 188 0.88 0.07 0 0.26 185.06 0.79 0.41
Hex 16 AE BC 58 7 0 1A B9 4F 29
Octal 26 256 274 130 7 0 32 271 117 51
Binary 10110 10101110 10111100 1011000 111 0 11010 10111001 1001111 101001

Color Harmonies of #16AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AEBC

Black with #16AEBC

Text Example


Text Example

White with #16AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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