Html Css Color HEX #14ADDB Iris Blue

📋 copy color: '#14ADDB'

red 20 ◦ green 173 ◦ blue 219

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

Shades of Iris Blue #14ADDB

Tints of Iris Blue #14ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.99%

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

R = 4.85%
G = 41.99%
B = 53.16%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14ADDB (or 0x14ADDB) is known color: Iris Blue. HEX triplet: 14, AD and DB. RGB value is (20,173,219). Sum of RGB (Red+Green+Blue) = 20+173+219=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #14ADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADDB is #EB5224. Grayscale: #848484. Windows color (decimal): -15421989 or 14396692. OLE color: 14396692.

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

Color convert

RGB 20 173 219 -
CMYK 0.91 0.21 0 0.14
HSL 193.87º 0.83% 0.47% -
HSV(B) 193.87º 0.91% 0.86% -
XYZ 28.02 35.15 72.33 -
YUV 132.5 176.81 47.76 -
System Red Green Blue C M Y K H S L
Decimal 20 173 219 0.91 0.21 0 0.14 193.87 0.83 0.47
Hex 14 AD DB 5B 15 0 E C2 53 2F
Octal 24 255 333 133 25 0 16 302 123 57
Binary 10100 10101101 11011011 1011011 10101 0 1110 11000010 1010011 101111

Color Harmonies of #14ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ADDB

Black with #14ADDB

Text Example


Text Example

White with #14ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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