Html Css Color HEX #14ABCE Iris Blue

📋 copy color: '#14ABCE'

red 20 ◦ green 171 ◦ blue 206

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

Shades of Iris Blue #14ABCE

Tints of Iris Blue #14ABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.07%

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

R = 5.04%
G = 43.07%
B = 51.89%

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

#14ABCE (or 0x14ABCE) is known color: Iris Blue. HEX triplet: 14, AB and CE. RGB value is (20,171,206). Sum of RGB (Red+Green+Blue) = 20+171+206=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #14ABCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ABCE is #EB5431. Grayscale: #818181. Windows color (decimal): -15422514 or 13544212. OLE color: 13544212.

HSL color Cylindrical-coordinate representation of color #14ABCE: hue angle of 191.29º 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 #14ABCE is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 171 206 -
CMYK 0.90 0.17 0 0.19
HSL 191.29º 0.82% 0.44% -
HSV(B) 191.29º 0.9% 0.81% -
XYZ 25.99 33.73 63.53 -
YUV 129.84 170.97 49.65 -
System Red Green Blue C M Y K H S L
Decimal 20 171 206 0.90 0.17 0 0.19 191.29 0.82 0.44
Hex 14 AB CE 5A 11 0 13 BF 52 2C
Octal 24 253 316 132 21 0 23 277 122 54
Binary 10100 10101011 11001110 1011010 10001 0 10011 10111111 1010010 101100

Color Harmonies of #14ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ABCE

Black with #14ABCE

Text Example


Text Example

White with #14ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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