Html Css Color HEX #16AECB Iris Blue

📋 copy color: '#16AECB'

red 22 ◦ green 174 ◦ blue 203

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

Shades of Iris Blue #16AECB

Tints of Iris Blue #16AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 5.51%
G = 43.61%
B = 50.88%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#16AECB (or 0x16AECB) is known color: Iris Blue. HEX triplet: 16, AE and CB. RGB value is (22,174,203). Sum of RGB (Red+Green+Blue) = 22+174+203=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #16AECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AECB is #E95134. Grayscale: #838383. Windows color (decimal): -15290677 or 13348374. OLE color: 13348374.

HSL color Cylindrical-coordinate representation of color #16AECB: hue angle of 189.61º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16AECB is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 22 174 203 -
CMYK 0.89 0.14 0 0.20
HSL 189.61º 0.8% 0.44% -
HSV(B) 189.61º 0.89% 0.8% -
XYZ 26.25 34.75 61.82 -
YUV 131.86 168.14 49.64 -
System Red Green Blue C M Y K H S L
Decimal 22 174 203 0.89 0.14 0 0.20 189.61 0.8 0.44
Hex 16 AE CB 59 E 0 14 BE 50 2C
Octal 26 256 313 131 16 0 24 276 120 54
Binary 10110 10101110 11001011 1011001 1110 0 10100 10111110 1010000 101100

Color Harmonies of #16AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AECB

Black with #16AECB

Text Example


Text Example

White with #16AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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