#25A6BC

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

Shades of Pelorous #25A6BC

Tints of Pelorous #25A6BC

Color information

#25A6BC (or 0x25A6BC) is unknown color: approx Pelorous. HEX triplet: 25, A6 and BC. RGB value is (37,166,188). Sum of RGB (Red+Green+Blue) = 37+166+188=391 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.46% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #25A6BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A6BC is #DA5943. Grayscale: #818181. Windows color (decimal): -14309700 or 12363301. OLE color: 12363301.

HSL color Cylindrical-coordinate representation of color #25A6BC: hue angle of 188.74º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25A6BC is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB37166188-
CMYK0.800.1200.26
HSL188.74º67.11%44.12%-
HSV(B)188.74º80.32%73.73%-
XYZ23.4831.352.38-
YUV129.94160.7661.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.46%
GREEN value IS 166 (65.23% from 255) = 42.46%
BLUE value IS 188 (73.83% from 255) = 48.08%
R=9.46%
G=42.46%
B=48.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal371661880.800.1200.26188.7467.1144.12
Hex25A6BC50C01Abd432c
Octal452462741201403227510354
Binary100101101001101011110010100001100011010101111011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25A6BC; }

 p { color: rgb(37,166,188); }

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

<style>
 a { background-color: #25A6BC; }

 a { background-color: rgb(37,166,188); }

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

<style>
 span { border-color: #25A6BC; }

 span { border-color: rgb(37,166,188); }

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