Html Css Color HEX #14A6DF Iris Blue

📋 copy color: '#14A6DF'

red 20 ◦ green 166 ◦ blue 223

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

Shades of Iris Blue #14A6DF

Tints of Iris Blue #14A6DF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.59%

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

R = 4.89%
G = 40.59%
B = 54.52%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14A6DF (or 0x14A6DF) is known color: Iris Blue. HEX triplet: 14, A6 and DF. RGB value is (20,166,223). Sum of RGB (Red+Green+Blue) = 20+166+223=409 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.89% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #14A6DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A6DF is #EB5920. Grayscale: #808080. Windows color (decimal): -15423777 or 14657044. OLE color: 14657044.

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

Color convert

RGB 20 166 223 -
CMYK 0.91 0.26 0 0.13
HSL 196.85º 0.84% 0.48% -
HSV(B) 196.85º 0.91% 0.87% -
XYZ 27.24 32.75 74.7 -
YUV 128.84 181.13 50.37 -
System Red Green Blue C M Y K H S L
Decimal 20 166 223 0.91 0.26 0 0.13 196.85 0.84 0.48
Hex 14 A6 DF 5B 1A 0 D C5 54 30
Octal 24 246 337 133 32 0 15 305 124 60
Binary 10100 10100110 11011111 1011011 11010 0 1101 11000101 1010100 110000

Color Harmonies of #14A6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A6DF

Black with #14A6DF

Text Example


Text Example

White with #14A6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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