Html Css Color HEX #14BFDC Iris Blue

📋 copy color: '#14BFDC'

red 20 ◦ green 191 ◦ blue 220

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

Shades of Iris Blue #14BFDC

Tints of Iris Blue #14BFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 4.64%
G = 44.32%
B = 51.04%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14BFDC (or 0x14BFDC) is known color: Iris Blue. HEX triplet: 14, BF and DC. RGB value is (20,191,220). Sum of RGB (Red+Green+Blue) = 20+191+220=431 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.64% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #14BFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFDC is #EB4023. Grayscale: #8E8E8E. Windows color (decimal): -15417380 or 14466836. OLE color: 14466836.

HSL color Cylindrical-coordinate representation of color #14BFDC: hue angle of 188.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BFDC is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 191 220 -
CMYK 0.91 0.13 0 0.14
HSL 188.7º 0.83% 0.47% -
HSV(B) 188.7º 0.91% 0.86% -
XYZ 31.84 42.58 74.25 -
YUV 143.18 171.35 40.14 -
System Red Green Blue C M Y K H S L
Decimal 20 191 220 0.91 0.13 0 0.14 188.7 0.83 0.47
Hex 14 BF DC 5B D 0 E BD 53 2F
Octal 24 277 334 133 15 0 16 275 123 57
Binary 10100 10111111 11011100 1011011 1101 0 1110 10111101 1010011 101111

Color Harmonies of #14BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFDC

Black with #14BFDC

Text Example


Text Example

White with #14BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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