Html Css Color HEX #14BFD1 Iris Blue

📋 copy color: '#14BFD1'

red 20 ◦ green 191 ◦ blue 209

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

Shades of Iris Blue #14BFD1

Tints of Iris Blue #14BFD1

RGB

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

 GREEN value IS 191 (75% from 255) = 45.48%

 BLUE value IS 209 (82.03% from 255) = 49.76%

R = 4.76%
G = 45.48%
B = 49.76%

CMYK

 C value IS 0.90

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#14BFD1 (or 0x14BFD1) is known color: Iris Blue. HEX triplet: 14, BF and D1. RGB value is (20,191,209). Sum of RGB (Red+Green+Blue) = 20+191+209=420 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.76% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #14BFD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFD1 is #EB402E. Grayscale: #8D8D8D. Windows color (decimal): -15417391 or 13745940. OLE color: 13745940.

HSL color Cylindrical-coordinate representation of color #14BFD1: hue angle of 185.71º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BFD1 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 191 209 -
CMYK 0.90 0.09 0 0.18
HSL 185.71º 0.83% 0.45% -
HSV(B) 185.71º 0.9% 0.82% -
XYZ 30.43 42.01 66.83 -
YUV 141.92 165.85 41.04 -
System Red Green Blue C M Y K H S L
Decimal 20 191 209 0.90 0.09 0 0.18 185.71 0.83 0.45
Hex 14 BF D1 5A 9 0 12 BA 53 2D
Octal 24 277 321 132 11 0 22 272 123 55
Binary 10100 10111111 11010001 1011010 1001 0 10010 10111010 1010011 101101

Color Harmonies of #14BFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFD1

Black with #14BFD1

Text Example


Text Example

White with #14BFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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