Html Css Color HEX #14ADBF Iris Blue

📋 copy color: '#14ADBF'

red 20 ◦ green 173 ◦ blue 191

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

Shades of Iris Blue #14ADBF

Tints of Iris Blue #14ADBF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.05%

 BLUE value IS 191 (75% from 255) = 49.74%

R = 5.21%
G = 45.05%
B = 49.74%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#14ADBF (or 0x14ADBF) is known color: Iris Blue. HEX triplet: 14, AD and BF. RGB value is (20,173,191). Sum of RGB (Red+Green+Blue) = 20+173+191=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #14ADBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADBF is #EB5240. Grayscale: #818181. Windows color (decimal): -15422017 or 12561684. OLE color: 12561684.

HSL color Cylindrical-coordinate representation of color #14ADBF: hue angle of 186.32º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14ADBF is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 173 191 -
CMYK 0.90 0.09 0 0.25
HSL 186.32º 0.81% 0.41% -
HSV(B) 186.32º 0.9% 0.75% -
XYZ 24.64 33.8 54.52 -
YUV 129.31 162.81 50.04 -
System Red Green Blue C M Y K H S L
Decimal 20 173 191 0.90 0.09 0 0.25 186.32 0.81 0.41
Hex 14 AD BF 5A 9 0 19 BA 51 29
Octal 24 255 277 132 11 0 31 272 121 51
Binary 10100 10101101 10111111 1011010 1001 0 11001 10111010 1010001 101001

Color Harmonies of #14ADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ADBF

Black with #14ADBF

Text Example


Text Example

White with #14ADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,173,191); }

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

background-color css

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

 a { background-color: rgb(20,173,191); }

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

border-color css

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

 span { border-color: rgb(20,173,191); }

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