Html Css Color HEX #14BBDB Iris Blue

📋 copy color: '#14BBDB'

red 20 ◦ green 187 ◦ blue 219

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

Shades of Iris Blue #14BBDB

Tints of Iris Blue #14BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.9%

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

R = 4.69%
G = 43.9%
B = 51.41%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14BBDB (or 0x14BBDB) is known color: Iris Blue. HEX triplet: 14, BB and DB. RGB value is (20,187,219). Sum of RGB (Red+Green+Blue) = 20+187+219=426 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.69% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #14BBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BBDB is #EB4424. Grayscale: #8C8C8C. Windows color (decimal): -15418405 or 14400276. OLE color: 14400276.

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

Color convert

RGB 20 187 219 -
CMYK 0.91 0.15 0 0.14
HSL 189.65º 0.83% 0.47% -
HSV(B) 189.65º 0.91% 0.86% -
XYZ 30.85 40.8 73.27 -
YUV 140.72 172.17 41.9 -
System Red Green Blue C M Y K H S L
Decimal 20 187 219 0.91 0.15 0 0.14 189.65 0.83 0.47
Hex 14 BB DB 5B F 0 E BE 53 2F
Octal 24 273 333 133 17 0 16 276 123 57
Binary 10100 10111011 11011011 1011011 1111 0 1110 10111110 1010011 101111

Color Harmonies of #14BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BBDB

Black with #14BBDB

Text Example


Text Example

White with #14BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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