Html Css Color HEX #14ACDB Iris Blue

📋 copy color: '#14ACDB'

red 20 ◦ green 172 ◦ blue 219

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

Shades of Iris Blue #14ACDB

Tints of Iris Blue #14ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.85%

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

R = 4.87%
G = 41.85%
B = 53.28%

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

#14ACDB (or 0x14ACDB) is known color: Iris Blue. HEX triplet: 14, AC and DB. RGB value is (20,172,219). Sum of RGB (Red+Green+Blue) = 20+172+219=411 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.87% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #14ACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ACDB is #EB5324. Grayscale: #838383. Windows color (decimal): -15422245 or 14396436. OLE color: 14396436.

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

Color convert

RGB 20 172 219 -
CMYK 0.91 0.21 0 0.14
HSL 194.17º 0.83% 0.47% -
HSV(B) 194.17º 0.91% 0.86% -
XYZ 27.83 34.77 72.26 -
YUV 131.91 177.14 48.18 -
System Red Green Blue C M Y K H S L
Decimal 20 172 219 0.91 0.21 0 0.14 194.17 0.83 0.47
Hex 14 AC DB 5B 15 0 E C2 53 2F
Octal 24 254 333 133 25 0 16 302 123 57
Binary 10100 10101100 11011011 1011011 10101 0 1110 11000010 1010011 101111

Color Harmonies of #14ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ACDB

Black with #14ACDB

Text Example


Text Example

White with #14ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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