Html Css Color HEX #14A8B9 Pelorous

📋 copy color: '#14A8B9'

red 20 ◦ green 168 ◦ blue 185

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

Shades of Pelorous #14A8B9

Tints of Pelorous #14A8B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.6%

R = 5.36%
G = 45.04%
B = 49.6%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#14A8B9 (or 0x14A8B9) is known color: Pelorous. HEX triplet: 14, A8 and B9. RGB value is (20,168,185). Sum of RGB (Red+Green+Blue) = 20+168+185=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 185 (72.66% from 255 or 49.60% from 373); Max value from RGB is 185 - color contains mainly: blue. Hex color #14A8B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A8B9 is #EB5746. Grayscale: #7D7D7D. Windows color (decimal): -15423303 or 12167188. OLE color: 12167188.

HSL color Cylindrical-coordinate representation of color #14A8B9: hue angle of 186.18º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14A8B9 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 168 185 -
CMYK 0.89 0.09 0 0.27
HSL 186.18º 0.8% 0.4% -
HSV(B) 186.18º 0.89% 0.73% -
XYZ 23.05 31.66 50.79 -
YUV 125.69 161.47 52.62 -
System Red Green Blue C M Y K H S L
Decimal 20 168 185 0.89 0.09 0 0.27 186.18 0.8 0.4
Hex 14 A8 B9 59 9 0 1B BA 50 28
Octal 24 250 271 131 11 0 33 272 120 50
Binary 10100 10101000 10111001 1011001 1001 0 11011 10111010 1010000 101000

Color Harmonies of #14A8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A8B9

Black with #14A8B9

Text Example


Text Example

White with #14A8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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