#1A97BE

Color #1A97BE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1A97BE

Tints of Pelorous #1A97BE

Color information

#1A97BE (or 0x1A97BE) is unknown color: approx Pelorous. HEX triplet: 1A, 97 and BE. RGB value is (26,151,190). Sum of RGB (Red+Green+Blue) = 26+151+190=367 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.08% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A97BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A97BE is #E56841. Grayscale: #757575. Windows color (decimal): -15034434 or 12490522. OLE color: 12490522.

HSL color Cylindrical-coordinate representation of color #1A97BE: hue angle of 194.27º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A97BE is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB26151190-
CMYK0.860.2100.25
HSL194.27º75.93%42.35%-
HSV(B)194.27º86.32%74.51%-
XYZ20.7926.0752.65-
YUV118.07168.5962.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.08%
GREEN value IS 151 (59.38% from 255) = 41.14%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=7.08%
G=41.14%
B=51.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261511900.860.2100.25194.2775.9342.35
Hex1A97BE5615019c24c2a
Octal322272761262503130211452
Binary110101001011110111110101011010101011001110000101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A97BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A97BE; }

 p { color: rgb(26,151,190); }

 H1.HeaderClassName
 {
   color: #1A97BE;
 }
 .AnyTagClassName
 {
   color: #1A97BE;
 }
</style>
background-color css

<style>
 a { background-color: #1A97BE; }

 a { background-color: rgb(26,151,190); }

 div.DivClassName
 {
   background-color: #1A97BE;
 }
 .BgClassName
 {
   background-color: #1A97BE;
 }
</style>
border-color css

<style>
 span { border-color: #1A97BE; }

 span { border-color: rgb(26,151,190); }

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