Html Css Color HEX #14A8CE Iris Blue

📋 copy color: '#14A8CE'

red 20 ◦ green 168 ◦ blue 206

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

Shades of Iris Blue #14A8CE

Tints of Iris Blue #14A8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.64%

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

R = 5.08%
G = 42.64%
B = 52.28%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#14A8CE (or 0x14A8CE) is known color: Iris Blue. HEX triplet: 14, A8 and CE. RGB value is (20,168,206). Sum of RGB (Red+Green+Blue) = 20+168+206=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #14A8CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A8CE is #EB5731. Grayscale: #7F7F7F. Windows color (decimal): -15423282 or 13543444. OLE color: 13543444.

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

Color convert

RGB 20 168 206 -
CMYK 0.90 0.18 0 0.19
HSL 192.26º 0.82% 0.44% -
HSV(B) 192.26º 0.9% 0.81% -
XYZ 25.43 32.61 63.35 -
YUV 128.08 171.97 50.91 -
System Red Green Blue C M Y K H S L
Decimal 20 168 206 0.90 0.18 0 0.19 192.26 0.82 0.44
Hex 14 A8 CE 5A 12 0 13 C0 52 2C
Octal 24 250 316 132 22 0 23 300 122 54
Binary 10100 10101000 11001110 1011010 10010 0 10011 11000000 1010010 101100

Color Harmonies of #14A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A8CE

Black with #14A8CE

Text Example


Text Example

White with #14A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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