Html Css Color HEX #16AFCE Iris Blue

📋 copy color: '#16AFCE'

red 22 ◦ green 175 ◦ blue 206

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

Shades of Iris Blue #16AFCE

Tints of Iris Blue #16AFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.12%

R = 5.46%
G = 43.42%
B = 51.12%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#16AFCE (or 0x16AFCE) is known color: Iris Blue. HEX triplet: 16, AF and CE. RGB value is (22,175,206). Sum of RGB (Red+Green+Blue) = 22+175+206=403 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.46% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #16AFCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AFCE is #E95031. Grayscale: #848484. Windows color (decimal): -15290418 or 13545238. OLE color: 13545238.

HSL color Cylindrical-coordinate representation of color #16AFCE: hue angle of 190.11º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16AFCE is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 22 175 206 -
CMYK 0.89 0.15 0 0.19
HSL 190.11º 0.81% 0.45% -
HSV(B) 190.11º 0.89% 0.81% -
XYZ 26.8 35.29 63.79 -
YUV 132.79 169.31 48.98 -
System Red Green Blue C M Y K H S L
Decimal 22 175 206 0.89 0.15 0 0.19 190.11 0.81 0.45
Hex 16 AF CE 59 F 0 13 BE 51 2D
Octal 26 257 316 131 17 0 23 276 121 55
Binary 10110 10101111 11001110 1011001 1111 0 10011 10111110 1010001 101101

Color Harmonies of #16AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AFCE

Black with #16AFCE

Text Example


Text Example

White with #16AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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