Html Css Color HEX #1799AC Pelorous

📋 copy color: '#1799AC'

red 23 ◦ green 153 ◦ blue 172

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

Shades of Pelorous #1799AC

Tints of Pelorous #1799AC

RGB

 RED value IS 23 (9.38% from 255) = 6.61%

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

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

R = 6.61%
G = 43.97%
B = 49.43%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1799AC (or 0x1799AC) is known color: Pelorous. HEX triplet: 17, 99 and AC. RGB value is (23,153,172). Sum of RGB (Red+Green+Blue) = 23+153+172=348 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.61% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #1799AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1799AC is #E86653. Grayscale: #747474. Windows color (decimal): -15230548 or 11311383. OLE color: 11311383.

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

Color convert

RGB 23 153 172 -
CMYK 0.87 0.11 0 0.33
HSL 187.65º 0.76% 0.38% -
HSV(B) 187.65º 0.87% 0.67% -
XYZ 19.19 25.94 43.03 -
YUV 116.3 159.43 61.46 -
System Red Green Blue C M Y K H S L
Decimal 23 153 172 0.87 0.11 0 0.33 187.65 0.76 0.38
Hex 17 99 AC 57 B 0 21 BC 4C 26
Octal 27 231 254 127 13 0 41 274 114 46
Binary 10111 10011001 10101100 1010111 1011 0 100001 10111100 1001100 100110

Color Harmonies of #1799AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1799AC

Black with #1799AC

Text Example


Text Example

White with #1799AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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