#26A5BF

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

Shades of Pelorous #26A5BF

Tints of Pelorous #26A5BF

Color information

#26A5BF (or 0x26A5BF) is unknown color: approx Pelorous. HEX triplet: 26, A5 and BF. RGB value is (38,165,191). Sum of RGB (Red+Green+Blue) = 38+165+191=394 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.64% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #26A5BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26A5BF is #D95A40. Grayscale: #818181. Windows color (decimal): -14244417 or 12559654. OLE color: 12559654.

HSL color Cylindrical-coordinate representation of color #26A5BF: hue angle of 190.2º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26A5BF is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB38165191-
CMYK0.800.1400.25
HSL190.2º66.81%44.9%-
HSV(B)190.2º80.1%74.9%-
XYZ23.6631.0854.04-
YUV129.99162.4262.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.64%
GREEN value IS 165 (64.84% from 255) = 41.88%
BLUE value IS 191 (75% from 255) = 48.48%
R=9.64%
G=41.88%
B=48.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381651910.800.1400.25190.266.8144.9
Hex26A5BF50E019be432d
Octal462452771201603127610355
Binary100110101001011011111110100001110011001101111101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26A5BF; }

 p { color: rgb(38,165,191); }

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

<style>
 a { background-color: #26A5BF; }

 a { background-color: rgb(38,165,191); }

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

<style>
 span { border-color: #26A5BF; }

 span { border-color: rgb(38,165,191); }

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