Html Css Color HEX #16AFE1 Iris Blue

📋 copy color: '#16AFE1'

red 22 ◦ green 175 ◦ blue 225

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

Shades of Iris Blue #16AFE1

Tints of Iris Blue #16AFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.32%

R = 5.21%
G = 41.47%
B = 53.32%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#16AFE1 (or 0x16AFE1) is known color: Iris Blue. HEX triplet: 16, AF and E1. RGB value is (22,175,225). Sum of RGB (Red+Green+Blue) = 22+175+225=422 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.21% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #16AFE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AFE1 is #E9501E. Grayscale: #868686. Windows color (decimal): -15290399 or 14790422. OLE color: 14790422.

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

Color convert

RGB 22 175 225 -
CMYK 0.90 0.22 0 0.12
HSL 194.78º 0.82% 0.48% -
HSV(B) 194.78º 0.9% 0.88% -
XYZ 29.25 36.27 76.69 -
YUV 134.95 178.81 47.43 -
System Red Green Blue C M Y K H S L
Decimal 22 175 225 0.90 0.22 0 0.12 194.78 0.82 0.48
Hex 16 AF E1 5A 16 0 C C3 52 30
Octal 26 257 341 132 26 0 14 303 122 60
Binary 10110 10101111 11100001 1011010 10110 0 1100 11000011 1010010 110000

Color Harmonies of #16AFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AFE1

Black with #16AFE1

Text Example


Text Example

White with #16AFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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