Html Css Color HEX #16ACDF Iris Blue

📋 copy color: '#16ACDF'

red 22 ◦ green 172 ◦ blue 223

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

Shades of Iris Blue #16ACDF

Tints of Iris Blue #16ACDF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.25%

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 5.28%
G = 41.25%
B = 53.48%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#16ACDF (or 0x16ACDF) is known color: Iris Blue. HEX triplet: 16, AC and DF. RGB value is (22,172,223). Sum of RGB (Red+Green+Blue) = 22+172+223=417 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.28% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #16ACDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ACDF is #E95320. Grayscale: #848484. Windows color (decimal): -15291169 or 14658582. OLE color: 14658582.

HSL color Cylindrical-coordinate representation of color #16ACDF: hue angle of 195.22º 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 #16ACDF is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 172 223 -
CMYK 0.90 0.23 0 0.13
HSL 195.22º 0.82% 0.48% -
HSV(B) 195.22º 0.9% 0.87% -
XYZ 28.4 35 75.07 -
YUV 132.96 178.81 48.85 -
System Red Green Blue C M Y K H S L
Decimal 22 172 223 0.90 0.23 0 0.13 195.22 0.82 0.48
Hex 16 AC DF 5A 17 0 D C3 52 30
Octal 26 254 337 132 27 0 15 303 122 60
Binary 10110 10101100 11011111 1011010 10111 0 1101 11000011 1010010 110000

Color Harmonies of #16ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16ACDF

Black with #16ACDF

Text Example


Text Example

White with #16ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,172,223); }

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

background-color css

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

 a { background-color: rgb(22,172,223); }

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

border-color css

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

 span { border-color: rgb(22,172,223); }

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