Html Css Color HEX #1988BA Pelorous

📋 copy color: '#1988BA'

red 25 ◦ green 136 ◦ blue 186

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

Shades of Pelorous #1988BA

Tints of Pelorous #1988BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 7.2%
G = 39.19%
B = 53.6%

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

#1988BA (or 0x1988BA) is known color: Pelorous. HEX triplet: 19, 88 and BA. RGB value is (25,136,186). Sum of RGB (Red+Green+Blue) = 25+136+186=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #1988BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1988BA is #E67745. Grayscale: #6C6C6C. Windows color (decimal): -15103814 or 12224537. OLE color: 12224537.

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

Color convert

RGB 25 136 186 -
CMYK 0.87 0.27 0 0.27
HSL 198.63º 0.76% 0.41% -
HSV(B) 198.63º 0.87% 0.73% -
XYZ 18.07 21.36 49.63 -
YUV 108.51 171.73 68.43 -
System Red Green Blue C M Y K H S L
Decimal 25 136 186 0.87 0.27 0 0.27 198.63 0.76 0.41
Hex 19 88 BA 57 1B 0 1B C7 4C 29
Octal 31 210 272 127 33 0 33 307 114 51
Binary 11001 10001000 10111010 1010111 11011 0 11011 11000111 1001100 101001

Color Harmonies of #1988BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1988BA

Black with #1988BA

Text Example


Text Example

White with #1988BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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