Html Css Color HEX #14ABDA Iris Blue

📋 copy color: '#14ABDA'

red 20 ◦ green 171 ◦ blue 218

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

Shades of Iris Blue #14ABDA

Tints of Iris Blue #14ABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.3%

R = 4.89%
G = 41.81%
B = 53.3%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#14ABDA (or 0x14ABDA) is known color: Iris Blue. HEX triplet: 14, AB and DA. RGB value is (20,171,218). Sum of RGB (Red+Green+Blue) = 20+171+218=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #14ABDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14ABDA is #EB5425. Grayscale: #828282. Windows color (decimal): -15422502 or 14330644. OLE color: 14330644.

HSL color Cylindrical-coordinate representation of color #14ABDA: hue angle of 194.24º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14ABDA is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 171 218 -
CMYK 0.91 0.22 0 0.15
HSL 194.24º 0.83% 0.47% -
HSV(B) 194.24º 0.91% 0.85% -
XYZ 27.51 34.34 71.51 -
YUV 131.21 176.97 48.68 -
System Red Green Blue C M Y K H S L
Decimal 20 171 218 0.91 0.22 0 0.15 194.24 0.83 0.47
Hex 14 AB DA 5B 16 0 F C2 53 2F
Octal 24 253 332 133 26 0 17 302 123 57
Binary 10100 10101011 11011010 1011011 10110 0 1111 11000010 1010011 101111

Color Harmonies of #14ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ABDA

Black with #14ABDA

Text Example


Text Example

White with #14ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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