Html Css Color HEX #16AFDC Iris Blue

📋 copy color: '#16AFDC'

red 22 ◦ green 175 ◦ blue 220

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

Shades of Iris Blue #16AFDC

Tints of Iris Blue #16AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 5.28%
G = 41.97%
B = 52.76%

CMYK

 C value IS 0.9

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#16AFDC (or 0x16AFDC) is known color: Iris Blue. HEX triplet: 16, AF and DC. RGB value is (22,175,220). Sum of RGB (Red+Green+Blue) = 22+175+220=417 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.28% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #16AFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AFDC is #E95023. Grayscale: #868686. Windows color (decimal): -15290404 or 14462742. OLE color: 14462742.

HSL color Cylindrical-coordinate representation of color #16AFDC: hue angle of 193.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16AFDC is Cyan = 0.9, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 175 220 -
CMYK 0.9 0.20 0 0.14
HSL 193.64º 0.82% 0.47% -
HSV(B) 193.64º 0.9% 0.86% -
XYZ 28.58 36 73.15 -
YUV 134.38 176.31 47.84 -
System Red Green Blue C M Y K H S L
Decimal 22 175 220 0.9 0.20 0 0.14 193.64 0.82 0.47
Hex 16 AF DC 5A 14 0 E C2 52 2F
Octal 26 257 334 132 24 0 16 302 122 57
Binary 10110 10101111 11011100 1011010 10100 0 1110 11000010 1010010 101111

Color Harmonies of #16AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AFDC

Black with #16AFDC

Text Example


Text Example

White with #16AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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