Html Css Color HEX #16AEDE Iris Blue

📋 copy color: '#16AEDE'

red 22 ◦ green 174 ◦ blue 222

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

Shades of Iris Blue #16AEDE

Tints of Iris Blue #16AEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.11%

R = 5.26%
G = 41.63%
B = 53.11%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#16AEDE (or 0x16AEDE) is known color: Iris Blue. HEX triplet: 16, AE and DE. RGB value is (22,174,222). Sum of RGB (Red+Green+Blue) = 22+174+222=418 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.26% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #16AEDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AEDE is #E95121. Grayscale: #858585. Windows color (decimal): -15290658 or 14593558. OLE color: 14593558.

HSL color Cylindrical-coordinate representation of color #16AEDE: hue angle of 194.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16AEDE is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 174 222 -
CMYK 0.90 0.22 0 0.13
HSL 194.4º 0.82% 0.48% -
HSV(B) 194.4º 0.9% 0.87% -
XYZ 28.65 35.72 74.49 -
YUV 134.02 177.64 48.1 -
System Red Green Blue C M Y K H S L
Decimal 22 174 222 0.90 0.22 0 0.13 194.4 0.82 0.48
Hex 16 AE DE 5A 16 0 D C2 52 30
Octal 26 256 336 132 26 0 15 302 122 60
Binary 10110 10101110 11011110 1011010 10110 0 1101 11000010 1010010 110000

Color Harmonies of #16AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AEDE

Black with #16AEDE

Text Example


Text Example

White with #16AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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