Html Css Color HEX #14BDDB Iris Blue

📋 copy color: '#14BDDB'

red 20 ◦ green 189 ◦ blue 219

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

Shades of Iris Blue #14BDDB

Tints of Iris Blue #14BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.16%

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 4.67%
G = 44.16%
B = 51.17%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14BDDB (or 0x14BDDB) is known color: Iris Blue. HEX triplet: 14, BD and DB. RGB value is (20,189,219). Sum of RGB (Red+Green+Blue) = 20+189+219=428 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.67% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #14BDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BDDB is #EB4224. Grayscale: #8D8D8D. Windows color (decimal): -15417893 or 14400788. OLE color: 14400788.

HSL color Cylindrical-coordinate representation of color #14BDDB: hue angle of 189.05º 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 #14BDDB is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 189 219 -
CMYK 0.91 0.14 0 0.14
HSL 189.05º 0.83% 0.47% -
HSV(B) 189.05º 0.91% 0.86% -
XYZ 31.27 41.66 73.41 -
YUV 141.89 171.51 41.06 -
System Red Green Blue C M Y K H S L
Decimal 20 189 219 0.91 0.14 0 0.14 189.05 0.83 0.47
Hex 14 BD DB 5B E 0 E BD 53 2F
Octal 24 275 333 133 16 0 16 275 123 57
Binary 10100 10111101 11011011 1011011 1110 0 1110 10111101 1010011 101111

Color Harmonies of #14BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BDDB

Black with #14BDDB

Text Example


Text Example

White with #14BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,189,219); }

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

background-color css

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

 a { background-color: rgb(20,189,219); }

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

border-color css

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

 span { border-color: rgb(20,189,219); }

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