Html Css Color HEX #1988B5 Pelorous

📋 copy color: '#1988B5'

red 25 ◦ green 136 ◦ blue 181

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

Shades of Pelorous #1988B5

Tints of Pelorous #1988B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 52.92%

R = 7.31%
G = 39.77%
B = 52.92%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1988B5 (or 0x1988B5) is known color: Pelorous. HEX triplet: 19, 88 and B5. RGB value is (25,136,181). Sum of RGB (Red+Green+Blue) = 25+136+181=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 181 (71.09% from 255 or 52.92% from 342); Max value from RGB is 181 - color contains mainly: blue. Hex color #1988B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1988B5 is #E6774A. Grayscale: #6B6B6B. Windows color (decimal): -15103819 or 11896857. OLE color: 11896857.

HSL color Cylindrical-coordinate representation of color #1988B5: hue angle of 197.31º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1988B5 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 136 181 -
CMYK 0.86 0.25 0 0.29
HSL 197.31º 0.76% 0.4% -
HSV(B) 197.31º 0.86% 0.71% -
XYZ 17.55 21.15 46.87 -
YUV 107.94 169.23 68.84 -
System Red Green Blue C M Y K H S L
Decimal 25 136 181 0.86 0.25 0 0.29 197.31 0.76 0.4
Hex 19 88 B5 56 19 0 1D C5 4C 28
Octal 31 210 265 126 31 0 35 305 114 50
Binary 11001 10001000 10110101 1010110 11001 0 11101 11000101 1001100 101000

Color Harmonies of #1988B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1988B5

Black with #1988B5

Text Example


Text Example

White with #1988B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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