Html Css Color HEX #14AAD8 Iris Blue

📋 copy color: '#14AAD8'

red 20 ◦ green 170 ◦ blue 216

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

Shades of Iris Blue #14AAD8

Tints of Iris Blue #14AAD8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.87%

 BLUE value IS 216 (84.77% from 255) = 53.2%

R = 4.93%
G = 41.87%
B = 53.2%

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

#14AAD8 (or 0x14AAD8) is known color: Iris Blue. HEX triplet: 14, AA and D8. RGB value is (20,170,216). Sum of RGB (Red+Green+Blue) = 20+170+216=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #14AAD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AAD8 is #EB5527. Grayscale: #828282. Windows color (decimal): -15422760 or 14199316. OLE color: 14199316.

HSL color Cylindrical-coordinate representation of color #14AAD8: hue angle of 194.08º 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 #14AAD8 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 170 216 -
CMYK 0.91 0.21 0 0.15
HSL 194.08º 0.83% 0.46% -
HSV(B) 194.08º 0.91% 0.85% -
XYZ 27.06 33.86 70.07 -
YUV 130.39 176.31 49.26 -
System Red Green Blue C M Y K H S L
Decimal 20 170 216 0.91 0.21 0 0.15 194.08 0.83 0.46
Hex 14 AA D8 5B 15 0 F C2 53 2E
Octal 24 252 330 133 25 0 17 302 123 56
Binary 10100 10101010 11011000 1011011 10101 0 1111 11000010 1010011 101110

Color Harmonies of #14AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AAD8

Black with #14AAD8

Text Example


Text Example

White with #14AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,170,216); }

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

background-color css

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

 a { background-color: rgb(20,170,216); }

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

border-color css

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

 span { border-color: rgb(20,170,216); }

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