Html Css Color HEX #14ADD5 Iris Blue

📋 copy color: '#14ADD5'

red 20 ◦ green 173 ◦ blue 213

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

Shades of Iris Blue #14ADD5

Tints of Iris Blue #14ADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.46%

R = 4.93%
G = 42.61%
B = 52.46%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#14ADD5 (or 0x14ADD5) is known color: Iris Blue. HEX triplet: 14, AD and D5. RGB value is (20,173,213). Sum of RGB (Red+Green+Blue) = 20+173+213=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #14ADD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADD5 is #EB522A. Grayscale: #838383. Windows color (decimal): -15421995 or 14003476. OLE color: 14003476.

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

Color convert

RGB 20 173 213 -
CMYK 0.91 0.19 0 0.16
HSL 192.44º 0.83% 0.46% -
HSV(B) 192.44º 0.91% 0.84% -
XYZ 27.24 34.84 68.24 -
YUV 131.81 173.81 48.25 -
System Red Green Blue C M Y K H S L
Decimal 20 173 213 0.91 0.19 0 0.16 192.44 0.83 0.46
Hex 14 AD D5 5B 13 0 10 C0 53 2E
Octal 24 255 325 133 23 0 20 300 123 56
Binary 10100 10101101 11010101 1011011 10011 0 10000 11000000 1010011 101110

Color Harmonies of #14ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ADD5

Black with #14ADD5

Text Example


Text Example

White with #14ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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