Html Css Color HEX #14ADDC Iris Blue

📋 copy color: '#14ADDC'

red 20 ◦ green 173 ◦ blue 220

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

Shades of Iris Blue #14ADDC

Tints of Iris Blue #14ADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 4.84%
G = 41.89%
B = 53.27%

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

#14ADDC (or 0x14ADDC) is known color: Iris Blue. HEX triplet: 14, AD and DC. RGB value is (20,173,220). Sum of RGB (Red+Green+Blue) = 20+173+220=413 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.84% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #14ADDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ADDC is #EB5223. Grayscale: #848484. Windows color (decimal): -15421988 or 14462228. OLE color: 14462228.

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

Color convert

RGB 20 173 220 -
CMYK 0.91 0.21 0 0.14
HSL 194.1º 0.83% 0.47% -
HSV(B) 194.1º 0.91% 0.86% -
XYZ 28.15 35.2 73.02 -
YUV 132.61 177.31 47.68 -
System Red Green Blue C M Y K H S L
Decimal 20 173 220 0.91 0.21 0 0.14 194.1 0.83 0.47
Hex 14 AD DC 5B 15 0 E C2 53 2F
Octal 24 255 334 133 25 0 16 302 123 57
Binary 10100 10101101 11011100 1011011 10101 0 1110 11000010 1010011 101111

Color Harmonies of #14ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ADDC

Black with #14ADDC

Text Example


Text Example

White with #14ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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