Html Css Color HEX #1988AB Pelorous

📋 copy color: '#1988AB'

red 25 ◦ green 136 ◦ blue 171

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

Shades of Pelorous #1988AB

Tints of Pelorous #1988AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.51%

R = 7.53%
G = 40.96%
B = 51.51%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1988AB (or 0x1988AB) is known color: Pelorous. HEX triplet: 19, 88 and AB. RGB value is (25,136,171). Sum of RGB (Red+Green+Blue) = 25+136+171=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #1988AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1988AB is #E67754. Grayscale: #6A6A6A. Windows color (decimal): -15103829 or 11241497. OLE color: 11241497.

HSL color Cylindrical-coordinate representation of color #1988AB: hue angle of 194.38º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1988AB is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 136 171 -
CMYK 0.85 0.20 0 0.33
HSL 194.38º 0.74% 0.38% -
HSV(B) 194.38º 0.85% 0.67% -
XYZ 16.56 20.76 41.66 -
YUV 106.8 164.23 69.65 -
System Red Green Blue C M Y K H S L
Decimal 25 136 171 0.85 0.20 0 0.33 194.38 0.74 0.38
Hex 19 88 AB 55 14 0 21 C2 4A 26
Octal 31 210 253 125 24 0 41 302 112 46
Binary 11001 10001000 10101011 1010101 10100 0 100001 11000010 1001010 100110

Color Harmonies of #1988AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1988AB

Black with #1988AB

Text Example


Text Example

White with #1988AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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