Html Css Color HEX #14A9DA Iris Blue

📋 copy color: '#14A9DA'

red 20 ◦ green 169 ◦ blue 218

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

Shades of Iris Blue #14A9DA

Tints of Iris Blue #14A9DA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.52%

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

R = 4.91%
G = 41.52%
B = 53.56%

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

#14A9DA (or 0x14A9DA) is known color: Iris Blue. HEX triplet: 14, A9 and DA. RGB value is (20,169,218). Sum of RGB (Red+Green+Blue) = 20+169+218=407 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.91% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #14A9DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A9DA is #EB5625. Grayscale: #818181. Windows color (decimal): -15423014 or 14330132. OLE color: 14330132.

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

Color convert

RGB 20 169 218 -
CMYK 0.91 0.22 0 0.15
HSL 194.85º 0.83% 0.47% -
HSV(B) 194.85º 0.91% 0.85% -
XYZ 27.13 33.59 71.38 -
YUV 130.04 177.64 49.52 -
System Red Green Blue C M Y K H S L
Decimal 20 169 218 0.91 0.22 0 0.15 194.85 0.83 0.47
Hex 14 A9 DA 5B 16 0 F C3 53 2F
Octal 24 251 332 133 26 0 17 303 123 57
Binary 10100 10101001 11011010 1011011 10110 0 1111 11000011 1010011 101111

Color Harmonies of #14A9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A9DA

Black with #14A9DA

Text Example


Text Example

White with #14A9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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