#1A96BE

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

Shades of Pelorous #1A96BE

Tints of Pelorous #1A96BE

Color information

#1A96BE (or 0x1A96BE) is unknown color: approx Pelorous. HEX triplet: 1A, 96 and BE. RGB value is (26,150,190). Sum of RGB (Red+Green+Blue) = 26+150+190=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A96BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A96BE is #E56941. Grayscale: #757575. Windows color (decimal): -15034690 or 12490266. OLE color: 12490266.

HSL color Cylindrical-coordinate representation of color #1A96BE: hue angle of 194.63º 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 #1A96BE is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB26150190-
CMYK0.860.2100.25
HSL194.63º75.93%42.35%-
HSV(B)194.63º86.32%74.51%-
XYZ20.6325.7552.6-
YUV117.48168.9262.75-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.10%
GREEN value IS 150 (58.98% from 255) = 40.98%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=7.10%
G=40.98%
B=51.91%

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
Decimal261501900.860.2100.25194.6375.9342.35
Hex1A96BE5615019c34c2a
Octal322262761262503130311452
Binary110101001011010111110101011010101011001110000111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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