Html Css Color HEX #14B0CB Iris Blue

📋 copy color: '#14B0CB'

red 20 ◦ green 176 ◦ blue 203

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

Shades of Iris Blue #14B0CB

Tints of Iris Blue #14B0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.11%

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 5.01%
G = 44.11%
B = 50.88%

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

#14B0CB (or 0x14B0CB) is known color: Iris Blue. HEX triplet: 14, B0 and CB. RGB value is (20,176,203). Sum of RGB (Red+Green+Blue) = 20+176+203=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #14B0CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B0CB is #EB4F34. Grayscale: #848484. Windows color (decimal): -15421237 or 13348884. OLE color: 13348884.

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

Color convert

RGB 20 176 203 -
CMYK 0.90 0.13 0 0.20
HSL 188.85º 0.82% 0.44% -
HSV(B) 188.85º 0.9% 0.8% -
XYZ 26.59 35.51 61.95 -
YUV 132.43 167.82 47.8 -
System Red Green Blue C M Y K H S L
Decimal 20 176 203 0.90 0.13 0 0.20 188.85 0.82 0.44
Hex 14 B0 CB 5A D 0 14 BD 52 2C
Octal 24 260 313 132 15 0 24 275 122 54
Binary 10100 10110000 11001011 1011010 1101 0 10100 10111101 1010010 101100

Color Harmonies of #14B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B0CB

Black with #14B0CB

Text Example


Text Example

White with #14B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,176,203); }

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

background-color css

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

 a { background-color: rgb(20,176,203); }

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

border-color css

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

 span { border-color: rgb(20,176,203); }

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