Html Css Color HEX #1988AD Pelorous

📋 copy color: '#1988AD'

red 25 ◦ green 136 ◦ blue 173

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

Shades of Pelorous #1988AD

Tints of Pelorous #1988AD

RGB

 RED value IS 25 (10.16% from 255) = 7.49%

 GREEN value IS 136 (53.52% from 255) = 40.72%

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

R = 7.49%
G = 40.72%
B = 51.8%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1988AD (or 0x1988AD) is known color: Pelorous. HEX triplet: 19, 88 and AD. RGB value is (25,136,173). Sum of RGB (Red+Green+Blue) = 25+136+173=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #1988AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1988AD is #E67752. Grayscale: #6A6A6A. Windows color (decimal): -15103827 or 11372569. OLE color: 11372569.

HSL color Cylindrical-coordinate representation of color #1988AD: hue angle of 195º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1988AD is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 136 173 -
CMYK 0.86 0.21 0 0.32
HSL 195º 0.75% 0.39% -
HSV(B) 195º 0.86% 0.68% -
XYZ 16.75 20.83 42.67 -
YUV 107.03 165.23 69.49 -
System Red Green Blue C M Y K H S L
Decimal 25 136 173 0.86 0.21 0 0.32 195 0.75 0.39
Hex 19 88 AD 56 15 0 20 C3 4B 27
Octal 31 210 255 126 25 0 40 303 113 47
Binary 11001 10001000 10101101 1010110 10101 0 100000 11000011 1001011 100111

Color Harmonies of #1988AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1988AD

Black with #1988AD

Text Example


Text Example

White with #1988AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,136,173); }

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

background-color css

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

 a { background-color: rgb(25,136,173); }

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

border-color css

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

 span { border-color: rgb(25,136,173); }

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