Html Css Color HEX #1986BB Pelorous

📋 copy color: '#1986BB'

red 25 ◦ green 134 ◦ blue 187

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

Shades of Pelorous #1986BB

Tints of Pelorous #1986BB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.73%

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

R = 7.23%
G = 38.73%
B = 54.05%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1986BB (or 0x1986BB) is known color: Pelorous. HEX triplet: 19, 86 and BB. RGB value is (25,134,187). Sum of RGB (Red+Green+Blue) = 25+134+187=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #1986BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1986BB is #E67944. Grayscale: #6B6B6B. Windows color (decimal): -15104325 or 12289561. OLE color: 12289561.

HSL color Cylindrical-coordinate representation of color #1986BB: hue angle of 199.63º 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 #1986BB is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 134 187 -
CMYK 0.87 0.28 0 0.27
HSL 199.63º 0.76% 0.42% -
HSV(B) 199.63º 0.87% 0.73% -
XYZ 17.9 20.84 50.09 -
YUV 107.45 172.89 69.19 -
System Red Green Blue C M Y K H S L
Decimal 25 134 187 0.87 0.28 0 0.27 199.63 0.76 0.42
Hex 19 86 BB 57 1C 0 1B C8 4C 2A
Octal 31 206 273 127 34 0 33 310 114 52
Binary 11001 10000110 10111011 1010111 11100 0 11011 11001000 1001100 101010

Color Harmonies of #1986BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1986BB

Black with #1986BB

Text Example


Text Example

White with #1986BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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