Html Css Color HEX #16ACBD Iris Blue

📋 copy color: '#16ACBD'

red 22 ◦ green 172 ◦ blue 189

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

Shades of Iris Blue #16ACBD

Tints of Iris Blue #16ACBD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.91%

 BLUE value IS 189 (74.22% from 255) = 49.35%

R = 5.74%
G = 44.91%
B = 49.35%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#16ACBD (or 0x16ACBD) is known color: Iris Blue. HEX triplet: 16, AC and BD. RGB value is (22,172,189). Sum of RGB (Red+Green+Blue) = 22+172+189=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #16ACBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ACBD is #E95342. Grayscale: #808080. Windows color (decimal): -15291203 or 12430358. OLE color: 12430358.

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

Color convert

RGB 22 172 189 -
CMYK 0.88 0.09 0 0.26
HSL 186.11º 0.79% 0.41% -
HSV(B) 186.11º 0.88% 0.74% -
XYZ 24.27 33.35 53.3 -
YUV 129.09 161.81 51.62 -
System Red Green Blue C M Y K H S L
Decimal 22 172 189 0.88 0.09 0 0.26 186.11 0.79 0.41
Hex 16 AC BD 58 9 0 1A BA 4F 29
Octal 26 254 275 130 11 0 32 272 117 51
Binary 10110 10101100 10111101 1011000 1001 0 11010 10111010 1001111 101001

Color Harmonies of #16ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ACBD

Black with #16ACBD

Text Example


Text Example

White with #16ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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