Html Css Color HEX #1988BB Pelorous

📋 copy color: '#1988BB'

red 25 ◦ green 136 ◦ blue 187

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

Shades of Pelorous #1988BB

Tints of Pelorous #1988BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.74%

R = 7.18%
G = 39.08%
B = 53.74%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1988BB (or 0x1988BB) is known color: Pelorous. HEX triplet: 19, 88 and BB. RGB value is (25,136,187). Sum of RGB (Red+Green+Blue) = 25+136+187=348 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.18% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #1988BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1988BB is #E67744. Grayscale: #6C6C6C. Windows color (decimal): -15103813 or 12290073. OLE color: 12290073.

HSL color Cylindrical-coordinate representation of color #1988BB: hue angle of 198.89º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1988BB is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 136 187 -
CMYK 0.87 0.27 0 0.27
HSL 198.89º 0.76% 0.42% -
HSV(B) 198.89º 0.87% 0.73% -
XYZ 18.17 21.4 50.19 -
YUV 108.63 172.23 68.35 -
System Red Green Blue C M Y K H S L
Decimal 25 136 187 0.87 0.27 0 0.27 198.89 0.76 0.42
Hex 19 88 BB 57 1B 0 1B C7 4C 2A
Octal 31 210 273 127 33 0 33 307 114 52
Binary 11001 10001000 10111011 1010111 11011 0 11011 11000111 1001100 101010

Color Harmonies of #1988BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1988BB

Black with #1988BB

Text Example


Text Example

White with #1988BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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