Html Css Color HEX #14A8C6 Iris Blue

📋 copy color: '#14A8C6'

red 20 ◦ green 168 ◦ blue 198

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

Shades of Iris Blue #14A8C6

Tints of Iris Blue #14A8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.3%

R = 5.18%
G = 43.52%
B = 51.3%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#14A8C6 (or 0x14A8C6) is known color: Iris Blue. HEX triplet: 14, A8 and C6. RGB value is (20,168,198). Sum of RGB (Red+Green+Blue) = 20+168+198=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #14A8C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A8C6 is #EB5739. Grayscale: #7E7E7E. Windows color (decimal): -15423290 or 13019156. OLE color: 13019156.

HSL color Cylindrical-coordinate representation of color #14A8C6: hue angle of 190.11º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14A8C6 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 168 198 -
CMYK 0.90 0.15 0 0.22
HSL 190.11º 0.82% 0.43% -
HSV(B) 190.11º 0.9% 0.78% -
XYZ 24.48 32.23 58.36 -
YUV 127.17 167.97 51.56 -
System Red Green Blue C M Y K H S L
Decimal 20 168 198 0.90 0.15 0 0.22 190.11 0.82 0.43
Hex 14 A8 C6 5A F 0 16 BE 52 2B
Octal 24 250 306 132 17 0 26 276 122 53
Binary 10100 10101000 11000110 1011010 1111 0 10110 10111110 1010010 101011

Color Harmonies of #14A8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A8C6

Black with #14A8C6

Text Example


Text Example

White with #14A8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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