Html Css Color HEX #1799AD Pelorous

📋 copy color: '#1799AD'

red 23 ◦ green 153 ◦ blue 173

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

Shades of Pelorous #1799AD

Tints of Pelorous #1799AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.57%

R = 6.59%
G = 43.84%
B = 49.57%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1799AD (or 0x1799AD) is known color: Pelorous. HEX triplet: 17, 99 and AD. RGB value is (23,153,173). Sum of RGB (Red+Green+Blue) = 23+153+173=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #1799AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1799AD is #E86652. Grayscale: #747474. Windows color (decimal): -15230547 or 11376919. OLE color: 11376919.

HSL color Cylindrical-coordinate representation of color #1799AD: hue angle of 188º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1799AD is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 23 153 173 -
CMYK 0.87 0.12 0 0.32
HSL 188º 0.77% 0.38% -
HSV(B) 188º 0.87% 0.68% -
XYZ 19.29 25.98 43.53 -
YUV 116.41 159.93 61.37 -
System Red Green Blue C M Y K H S L
Decimal 23 153 173 0.87 0.12 0 0.32 188 0.77 0.38
Hex 17 99 AD 57 C 0 20 BC 4D 26
Octal 27 231 255 127 14 0 40 274 115 46
Binary 10111 10011001 10101101 1010111 1100 0 100000 10111100 1001101 100110

Color Harmonies of #1799AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1799AD

Black with #1799AD

Text Example


Text Example

White with #1799AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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