Html Css Color HEX #14BFCD Iris Blue

📋 copy color: '#14BFCD'

red 20 ◦ green 191 ◦ blue 205

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

Shades of Iris Blue #14BFCD

Tints of Iris Blue #14BFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 4.81%
G = 45.91%
B = 49.28%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#14BFCD (or 0x14BFCD) is known color: Iris Blue. HEX triplet: 14, BF and CD. RGB value is (20,191,205). Sum of RGB (Red+Green+Blue) = 20+191+205=416 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.81% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #14BFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFCD is #EB4032. Grayscale: #8D8D8D. Windows color (decimal): -15417395 or 13483796. OLE color: 13483796.

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

Color convert

RGB 20 191 205 -
CMYK 0.90 0.07 0 0.20
HSL 184.54º 0.82% 0.44% -
HSV(B) 184.54º 0.9% 0.8% -
XYZ 29.94 41.82 64.25 -
YUV 141.47 163.85 41.36 -
System Red Green Blue C M Y K H S L
Decimal 20 191 205 0.90 0.07 0 0.20 184.54 0.82 0.44
Hex 14 BF CD 5A 7 0 14 B9 52 2C
Octal 24 277 315 132 7 0 24 271 122 54
Binary 10100 10111111 11001101 1011010 111 0 10100 10111001 1010010 101100

Color Harmonies of #14BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFCD

Black with #14BFCD

Text Example


Text Example

White with #14BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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