Html Css Color HEX #14BACB Iris Blue

📋 copy color: '#14BACB'

red 20 ◦ green 186 ◦ blue 203

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

Shades of Iris Blue #14BACB

Tints of Iris Blue #14BACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.48%

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

R = 4.89%
G = 45.48%
B = 49.63%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#14BACB (or 0x14BACB) is known color: Iris Blue. HEX triplet: 14, BA and CB. RGB value is (20,186,203). Sum of RGB (Red+Green+Blue) = 20+186+203=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #14BACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BACB is #EB4534. Grayscale: #8A8A8A. Windows color (decimal): -15418677 or 13351444. OLE color: 13351444.

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

Color convert

RGB 20 186 203 -
CMYK 0.90 0.08 0 0.20
HSL 185.57º 0.82% 0.44% -
HSV(B) 185.57º 0.9% 0.8% -
XYZ 28.63 39.58 62.63 -
YUV 138.3 164.5 43.62 -
System Red Green Blue C M Y K H S L
Decimal 20 186 203 0.90 0.08 0 0.20 185.57 0.82 0.44
Hex 14 BA CB 5A 8 0 14 BA 52 2C
Octal 24 272 313 132 10 0 24 272 122 54
Binary 10100 10111010 11001011 1011010 1000 0 10100 10111010 1010010 101100

Color Harmonies of #14BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BACB

Black with #14BACB

Text Example


Text Example

White with #14BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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