Html Css Color HEX #14A8DB Iris Blue

📋 copy color: '#14A8DB'

red 20 ◦ green 168 ◦ blue 219

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

Shades of Iris Blue #14A8DB

Tints of Iris Blue #14A8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

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

R = 4.91%
G = 41.28%
B = 53.81%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14A8DB (or 0x14A8DB) is known color: Iris Blue. HEX triplet: 14, A8 and DB. RGB value is (20,168,219). Sum of RGB (Red+Green+Blue) = 20+168+219=407 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.91% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #14A8DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A8DB is #EB5724. Grayscale: #818181. Windows color (decimal): -15423269 or 14395412. OLE color: 14395412.

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

Color convert

RGB 20 168 219 -
CMYK 0.91 0.23 0 0.14
HSL 195.38º 0.83% 0.47% -
HSV(B) 195.38º 0.91% 0.86% -
XYZ 27.08 33.27 72.01 -
YUV 129.56 178.47 49.85 -
System Red Green Blue C M Y K H S L
Decimal 20 168 219 0.91 0.23 0 0.14 195.38 0.83 0.47
Hex 14 A8 DB 5B 17 0 E C3 53 2F
Octal 24 250 333 133 27 0 16 303 123 57
Binary 10100 10101000 11011011 1011011 10111 0 1110 11000011 1010011 101111

Color Harmonies of #14A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A8DB

Black with #14A8DB

Text Example


Text Example

White with #14A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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