Html Css Color HEX #14ACD9 Iris Blue

📋 copy color: '#14ACD9'

red 20 ◦ green 172 ◦ blue 217

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

Shades of Iris Blue #14ACD9

Tints of Iris Blue #14ACD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 53.06%

R = 4.89%
G = 42.05%
B = 53.06%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#14ACD9 (or 0x14ACD9) is known color: Iris Blue. HEX triplet: 14, AC and D9. RGB value is (20,172,217). Sum of RGB (Red+Green+Blue) = 20+172+217=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 217 (85.16% from 255 or 53.06% from 409); Max value from RGB is 217 - color contains mainly: blue. Hex color #14ACD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ACD9 is #EB5326. Grayscale: #838383. Windows color (decimal): -15422247 or 14265364. OLE color: 14265364.

HSL color Cylindrical-coordinate representation of color #14ACD9: hue angle of 193.71º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14ACD9 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 172 217 -
CMYK 0.91 0.21 0 0.15
HSL 193.71º 0.83% 0.46% -
HSV(B) 193.71º 0.91% 0.85% -
XYZ 27.57 34.66 70.88 -
YUV 131.68 176.14 48.34 -
System Red Green Blue C M Y K H S L
Decimal 20 172 217 0.91 0.21 0 0.15 193.71 0.83 0.46
Hex 14 AC D9 5B 15 0 F C2 53 2E
Octal 24 254 331 133 25 0 17 302 123 56
Binary 10100 10101100 11011001 1011011 10101 0 1111 11000010 1010011 101110

Color Harmonies of #14ACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ACD9

Black with #14ACD9

Text Example


Text Example

White with #14ACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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