Html Css Color HEX #14AACE Iris Blue

📋 copy color: '#14AACE'

red 20 ◦ green 170 ◦ blue 206

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

Shades of Iris Blue #14AACE

Tints of Iris Blue #14AACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 5.05%
G = 42.93%
B = 52.02%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#14AACE (or 0x14AACE) is known color: Iris Blue. HEX triplet: 14, AA and CE. RGB value is (20,170,206). Sum of RGB (Red+Green+Blue) = 20+170+206=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #14AACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14AACE is #EB5531. Grayscale: #808080. Windows color (decimal): -15422770 or 13543956. OLE color: 13543956.

HSL color Cylindrical-coordinate representation of color #14AACE: hue angle of 191.61º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14AACE is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 170 206 -
CMYK 0.90 0.17 0 0.19
HSL 191.61º 0.82% 0.44% -
HSV(B) 191.61º 0.9% 0.81% -
XYZ 25.8 33.35 63.47 -
YUV 129.25 171.31 50.07 -
System Red Green Blue C M Y K H S L
Decimal 20 170 206 0.90 0.17 0 0.19 191.61 0.82 0.44
Hex 14 AA CE 5A 11 0 13 C0 52 2C
Octal 24 252 316 132 21 0 23 300 122 54
Binary 10100 10101010 11001110 1011010 10001 0 10011 11000000 1010010 101100

Color Harmonies of #14AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AACE

Black with #14AACE

Text Example


Text Example

White with #14AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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