Html Css Color HEX #14B2CD Iris Blue

📋 copy color: '#14B2CD'

red 20 ◦ green 178 ◦ blue 205

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

Shades of Iris Blue #14B2CD

Tints of Iris Blue #14B2CD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.17%

 BLUE value IS 205 (80.47% from 255) = 50.87%

R = 4.96%
G = 44.17%
B = 50.87%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#14B2CD (or 0x14B2CD) is known color: Iris Blue. HEX triplet: 14, B2 and CD. RGB value is (20,178,205). Sum of RGB (Red+Green+Blue) = 20+178+205=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #14B2CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B2CD is #EB4D32. Grayscale: #858585. Windows color (decimal): -15420723 or 13480468. OLE color: 13480468.

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

Color convert

RGB 20 178 205 -
CMYK 0.90 0.13 0 0.20
HSL 188.76º 0.82% 0.44% -
HSV(B) 188.76º 0.9% 0.8% -
XYZ 27.23 36.4 63.35 -
YUV 133.84 168.15 46.8 -
System Red Green Blue C M Y K H S L
Decimal 20 178 205 0.90 0.13 0 0.20 188.76 0.82 0.44
Hex 14 B2 CD 5A D 0 14 BD 52 2C
Octal 24 262 315 132 15 0 24 275 122 54
Binary 10100 10110010 11001101 1011010 1101 0 10100 10111101 1010010 101100

Color Harmonies of #14B2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B2CD

Black with #14B2CD

Text Example


Text Example

White with #14B2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,178,205); }

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

background-color css

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

 a { background-color: rgb(20,178,205); }

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

border-color css

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

 span { border-color: rgb(20,178,205); }

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