Html Css Color HEX #14B4CE Iris Blue

📋 copy color: '#14B4CE'

red 20 ◦ green 180 ◦ blue 206

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

Shades of Iris Blue #14B4CE

Tints of Iris Blue #14B4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.33%

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

R = 4.93%
G = 44.33%
B = 50.74%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#14B4CE (or 0x14B4CE) is known color: Iris Blue. HEX triplet: 14, B4 and CE. RGB value is (20,180,206). Sum of RGB (Red+Green+Blue) = 20+180+206=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #14B4CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B4CE is #EB4B31. Grayscale: #868686. Windows color (decimal): -15420210 or 13546516. OLE color: 13546516.

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

Color convert

RGB 20 180 206 -
CMYK 0.90 0.13 0 0.19
HSL 188.39º 0.82% 0.44% -
HSV(B) 188.39º 0.9% 0.81% -
XYZ 27.75 37.25 64.12 -
YUV 135.12 167.99 45.89 -
System Red Green Blue C M Y K H S L
Decimal 20 180 206 0.90 0.13 0 0.19 188.39 0.82 0.44
Hex 14 B4 CE 5A D 0 13 BC 52 2C
Octal 24 264 316 132 15 0 23 274 122 54
Binary 10100 10110100 11001110 1011010 1101 0 10011 10111100 1010010 101100

Color Harmonies of #14B4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B4CE

Black with #14B4CE

Text Example


Text Example

White with #14B4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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