Html Css Color HEX #16AFBC Iris Blue

📋 copy color: '#16AFBC'

red 22 ◦ green 175 ◦ blue 188

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

Shades of Iris Blue #16AFBC

Tints of Iris Blue #16AFBC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.45%

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

R = 5.71%
G = 45.45%
B = 48.83%

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

#16AFBC (or 0x16AFBC) is known color: Iris Blue. HEX triplet: 16, AF and BC. RGB value is (22,175,188). Sum of RGB (Red+Green+Blue) = 22+175+188=385 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.71% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #16AFBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AFBC is #E95043. Grayscale: #828282. Windows color (decimal): -15290436 or 12365590. OLE color: 12365590.

HSL color Cylindrical-coordinate representation of color #16AFBC: hue angle of 184.7º 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 #16AFBC is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 22 175 188 -
CMYK 0.88 0.07 0 0.26
HSL 184.7º 0.79% 0.41% -
HSV(B) 184.7º 0.88% 0.74% -
XYZ 24.74 34.46 52.92 -
YUV 130.74 160.31 50.44 -
System Red Green Blue C M Y K H S L
Decimal 22 175 188 0.88 0.07 0 0.26 184.7 0.79 0.41
Hex 16 AF BC 58 7 0 1A B9 4F 29
Octal 26 257 274 130 7 0 32 271 117 51
Binary 10110 10101111 10111100 1011000 111 0 11010 10111001 1001111 101001

Color Harmonies of #16AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AFBC

Black with #16AFBC

Text Example


Text Example

White with #16AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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