Html Css Color HEX #14A6DC Iris Blue

📋 copy color: '#14A6DC'

red 20 ◦ green 166 ◦ blue 220

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

Shades of Iris Blue #14A6DC

Tints of Iris Blue #14A6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.89%

 BLUE value IS 220 (86.33% from 255) = 54.19%

R = 4.93%
G = 40.89%
B = 54.19%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14A6DC (or 0x14A6DC) is known color: Iris Blue. HEX triplet: 14, A6 and DC. RGB value is (20,166,220). Sum of RGB (Red+Green+Blue) = 20+166+220=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #14A6DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A6DC is #EB5923. Grayscale: #808080. Windows color (decimal): -15423780 or 14460436. OLE color: 14460436.

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

Color convert

RGB 20 166 220 -
CMYK 0.91 0.25 0 0.14
HSL 196.2º 0.83% 0.47% -
HSV(B) 196.2º 0.91% 0.86% -
XYZ 26.84 32.59 72.59 -
YUV 128.5 179.63 50.61 -
System Red Green Blue C M Y K H S L
Decimal 20 166 220 0.91 0.25 0 0.14 196.2 0.83 0.47
Hex 14 A6 DC 5B 19 0 E C4 53 2F
Octal 24 246 334 133 31 0 16 304 123 57
Binary 10100 10100110 11011100 1011011 11001 0 1110 11000100 1010011 101111

Color Harmonies of #14A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A6DC

Black with #14A6DC

Text Example


Text Example

White with #14A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,166,220); }

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

background-color css

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

 a { background-color: rgb(20,166,220); }

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

border-color css

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

 span { border-color: rgb(20,166,220); }

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