Html Css Color HEX #1499AC Pelorous

📋 copy color: '#1499AC'

red 20 ◦ green 153 ◦ blue 172

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

Shades of Pelorous #1499AC

Tints of Pelorous #1499AC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.35%

 BLUE value IS 172 (67.58% from 255) = 49.86%

R = 5.8%
G = 44.35%
B = 49.86%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1499AC (or 0x1499AC) is known color: Pelorous. HEX triplet: 14, 99 and AC. RGB value is (20,153,172). Sum of RGB (Red+Green+Blue) = 20+153+172=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #1499AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1499AC is #EB6653. Grayscale: #737373. Windows color (decimal): -15427156 or 11311380. OLE color: 11311380.

HSL color Cylindrical-coordinate representation of color #1499AC: hue angle of 187.5º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1499AC is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 153 172 -
CMYK 0.88 0.11 0 0.33
HSL 187.5º 0.79% 0.38% -
HSV(B) 187.5º 0.88% 0.67% -
XYZ 19.13 25.91 43.02 -
YUV 115.4 159.94 59.96 -
System Red Green Blue C M Y K H S L
Decimal 20 153 172 0.88 0.11 0 0.33 187.5 0.79 0.38
Hex 14 99 AC 58 B 0 21 BC 4F 26
Octal 24 231 254 130 13 0 41 274 117 46
Binary 10100 10011001 10101100 1011000 1011 0 100001 10111100 1001111 100110

Color Harmonies of #1499AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1499AC

Black with #1499AC

Text Example


Text Example

White with #1499AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1499AC; }

 p { color: rgb(20,153,172); }

 H1.HeaderClassName
 {
   color: #1499AC;
 }
 .AnyTagClassName
 {
   color: #1499AC;
 }
</style>

background-color css

<style>
 a { background-color: #1499AC; }

 a { background-color: rgb(20,153,172); }

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

border-color css

<style>
 span { border-color: #1499AC; }

 span { border-color: rgb(20,153,172); }

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