Html Css Color HEX #14BCDB Iris Blue

📋 copy color: '#14BCDB'

red 20 ◦ green 188 ◦ blue 219

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

Shades of Iris Blue #14BCDB

Tints of Iris Blue #14BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.03%

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

R = 4.68%
G = 44.03%
B = 51.29%

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

#14BCDB (or 0x14BCDB) is known color: Iris Blue. HEX triplet: 14, BC and DB. RGB value is (20,188,219). Sum of RGB (Red+Green+Blue) = 20+188+219=427 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.68% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #14BCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BCDB is #EB4324. Grayscale: #8D8D8D. Windows color (decimal): -15418149 or 14400532. OLE color: 14400532.

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

Color convert

RGB 20 188 219 -
CMYK 0.91 0.14 0 0.14
HSL 189.35º 0.83% 0.47% -
HSV(B) 189.35º 0.91% 0.86% -
XYZ 31.06 41.23 73.34 -
YUV 141.3 171.84 41.48 -
System Red Green Blue C M Y K H S L
Decimal 20 188 219 0.91 0.14 0 0.14 189.35 0.83 0.47
Hex 14 BC DB 5B E 0 E BD 53 2F
Octal 24 274 333 133 16 0 16 275 123 57
Binary 10100 10111100 11011011 1011011 1110 0 1110 10111101 1010011 101111

Color Harmonies of #14BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BCDB

Black with #14BCDB

Text Example


Text Example

White with #14BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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