Html Css Color HEX #14ACDD Iris Blue

📋 copy color: '#14ACDD'

red 20 ◦ green 172 ◦ blue 221

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

Shades of Iris Blue #14ACDD

Tints of Iris Blue #14ACDD

RGB

 RED value IS 20 (8.2% from 255) = 4.84%

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

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 4.84%
G = 41.65%
B = 53.51%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14ACDD (or 0x14ACDD) is known color: Iris Blue. HEX triplet: 14, AC and DD. RGB value is (20,172,221). Sum of RGB (Red+Green+Blue) = 20+172+221=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #14ACDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ACDD is #EB5322. Grayscale: #838383. Windows color (decimal): -15422243 or 14527508. OLE color: 14527508.

HSL color Cylindrical-coordinate representation of color #14ACDD: hue angle of 194.63º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14ACDD is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 172 221 -
CMYK 0.91 0.22 0 0.13
HSL 194.63º 0.83% 0.47% -
HSV(B) 194.63º 0.91% 0.87% -
XYZ 28.09 34.87 73.66 -
YUV 132.14 178.14 48.02 -
System Red Green Blue C M Y K H S L
Decimal 20 172 221 0.91 0.22 0 0.13 194.63 0.83 0.47
Hex 14 AC DD 5B 16 0 D C3 53 2F
Octal 24 254 335 133 26 0 15 303 123 57
Binary 10100 10101100 11011101 1011011 10110 0 1101 11000011 1010011 101111

Color Harmonies of #14ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ACDD

Black with #14ACDD

Text Example


Text Example

White with #14ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14ACDD; }

 p { color: rgb(20,172,221); }

 H1.HeaderClassName
 {
   color: #14ACDD;
 }
 .AnyTagClassName
 {
   color: #14ACDD;
 }
</style>

background-color css

<style>
 a { background-color: #14ACDD; }

 a { background-color: rgb(20,172,221); }

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

border-color css

<style>
 span { border-color: #14ACDD; }

 span { border-color: rgb(20,172,221); }

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