Html Css Color HEX #14BACA Iris Blue

📋 copy color: '#14BACA'

red 20 ◦ green 186 ◦ blue 202

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

Shades of Iris Blue #14BACA

Tints of Iris Blue #14BACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.51%

R = 4.9%
G = 45.59%
B = 49.51%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#14BACA (or 0x14BACA) is known color: Iris Blue. HEX triplet: 14, BA and CA. RGB value is (20,186,202). Sum of RGB (Red+Green+Blue) = 20+186+202=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #14BACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BACA is #EB4535. Grayscale: #898989. Windows color (decimal): -15418678 or 13285908. OLE color: 13285908.

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

Color convert

RGB 20 186 202 -
CMYK 0.90 0.08 0 0.21
HSL 185.27º 0.82% 0.44% -
HSV(B) 185.27º 0.9% 0.79% -
XYZ 28.51 39.53 62 -
YUV 138.19 164 43.7 -
System Red Green Blue C M Y K H S L
Decimal 20 186 202 0.90 0.08 0 0.21 185.27 0.82 0.44
Hex 14 BA CA 5A 8 0 15 B9 52 2C
Octal 24 272 312 132 10 0 25 271 122 54
Binary 10100 10111010 11001010 1011010 1000 0 10101 10111001 1010010 101100

Color Harmonies of #14BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BACA

Black with #14BACA

Text Example


Text Example

White with #14BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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