Html Css Color HEX #1995BB Pelorous

📋 copy color: '#1995BB'

red 25 ◦ green 149 ◦ blue 187

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

Shades of Pelorous #1995BB

Tints of Pelorous #1995BB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.27%

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

R = 6.93%
G = 41.27%
B = 51.8%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1995BB (or 0x1995BB) is known color: Pelorous. HEX triplet: 19, 95 and BB. RGB value is (25,149,187). Sum of RGB (Red+Green+Blue) = 25+149+187=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #1995BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1995BB is #E66A44. Grayscale: #737373. Windows color (decimal): -15100485 or 12293401. OLE color: 12293401.

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

Color convert

RGB 25 149 187 -
CMYK 0.87 0.20 0 0.27
HSL 194.07º 0.76% 0.42% -
HSV(B) 194.07º 0.87% 0.73% -
XYZ 20.12 25.29 50.83 -
YUV 116.26 167.92 62.91 -
System Red Green Blue C M Y K H S L
Decimal 25 149 187 0.87 0.20 0 0.27 194.07 0.76 0.42
Hex 19 95 BB 57 14 0 1B C2 4C 2A
Octal 31 225 273 127 24 0 33 302 114 52
Binary 11001 10010101 10111011 1010111 10100 0 11011 11000010 1001100 101010

Color Harmonies of #1995BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1995BB

Black with #1995BB

Text Example


Text Example

White with #1995BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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