Html Css Color HEX #14BFD6 Iris Blue

📋 copy color: '#14BFD6'

red 20 ◦ green 191 ◦ blue 214

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

Shades of Iris Blue #14BFD6

Tints of Iris Blue #14BFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.35%

R = 4.71%
G = 44.94%
B = 50.35%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#14BFD6 (or 0x14BFD6) is known color: Iris Blue. HEX triplet: 14, BF and D6. RGB value is (20,191,214). Sum of RGB (Red+Green+Blue) = 20+191+214=425 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.71% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #14BFD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFD6 is #EB4029. Grayscale: #8E8E8E. Windows color (decimal): -15417386 or 14073620. OLE color: 14073620.

HSL color Cylindrical-coordinate representation of color #14BFD6: hue angle of 187.11º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BFD6 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 191 214 -
CMYK 0.91 0.11 0 0.16
HSL 187.11º 0.83% 0.46% -
HSV(B) 187.11º 0.91% 0.84% -
XYZ 31.06 42.27 70.14 -
YUV 142.49 168.35 40.63 -
System Red Green Blue C M Y K H S L
Decimal 20 191 214 0.91 0.11 0 0.16 187.11 0.83 0.46
Hex 14 BF D6 5B B 0 10 BB 53 2E
Octal 24 277 326 133 13 0 20 273 123 56
Binary 10100 10111111 11010110 1011011 1011 0 10000 10111011 1010011 101110

Color Harmonies of #14BFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFD6

Black with #14BFD6

Text Example


Text Example

White with #14BFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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