Html Css Color HEX #14ABDF Iris Blue

📋 copy color: '#14ABDF'

red 20 ◦ green 171 ◦ blue 223

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

Shades of Iris Blue #14ABDF

Tints of Iris Blue #14ABDF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.3%

 BLUE value IS 223 (87.5% from 255) = 53.86%

R = 4.83%
G = 41.3%
B = 53.86%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14ABDF (or 0x14ABDF) is known color: Iris Blue. HEX triplet: 14, AB and DF. RGB value is (20,171,223). Sum of RGB (Red+Green+Blue) = 20+171+223=414 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.83% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #14ABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ABDF is #EB5420. Grayscale: #838383. Windows color (decimal): -15422497 or 14658324. OLE color: 14658324.

HSL color Cylindrical-coordinate representation of color #14ABDF: hue angle of 195.37º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14ABDF is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 171 223 -
CMYK 0.91 0.23 0 0.13
HSL 195.37º 0.84% 0.48% -
HSV(B) 195.37º 0.91% 0.87% -
XYZ 28.17 34.6 75.01 -
YUV 131.78 179.47 48.27 -
System Red Green Blue C M Y K H S L
Decimal 20 171 223 0.91 0.23 0 0.13 195.37 0.84 0.48
Hex 14 AB DF 5B 17 0 D C3 54 30
Octal 24 253 337 133 27 0 15 303 124 60
Binary 10100 10101011 11011111 1011011 10111 0 1101 11000011 1010100 110000

Color Harmonies of #14ABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ABDF

Black with #14ABDF

Text Example


Text Example

White with #14ABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,171,223); }

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

background-color css

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

 a { background-color: rgb(20,171,223); }

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

border-color css

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

 span { border-color: rgb(20,171,223); }

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