#125C86

Color #125C86 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #125C86

Tints of Bahama Blue #125C86

Color information

#125C86 (or 0x125C86) is unknown color: approx Bahama Blue. HEX triplet: 12, 5C and 86. RGB value is (18,92,134). Sum of RGB (Red+Green+Blue) = 18+92+134=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 134 (52.73% from 255 or 54.92% from 244); Max value from RGB is 134 - color contains mainly: blue. Hex color #125C86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125C86 is #EDA379. Grayscale: #4A4A4A. Windows color (decimal): -15573882 or 8805394. OLE color: 8805394.

HSL color Cylindrical-coordinate representation of color #125C86: hue angle of 201.72º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #125C86 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1892134-
CMYK0.870.3100.47
HSL201.72º76.32%29.8%-
HSV(B)201.72º86.57%52.55%-
XYZ8.389.523.95-
YUV74.66161.4887.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.38%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 134 (52.73% from 255) = 54.92%
R=7.38%
G=37.70%
B=54.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18921340.870.3100.47201.7276.3229.8
Hex125C86571F02Fca4c1e
Octal221342061273705731211436
Binary10010101110010000110101011111111010111111001010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125C86; }

 p { color: rgb(18,92,134); }

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

<style>
 a { background-color: #125C86; }

 a { background-color: rgb(18,92,134); }

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

<style>
 span { border-color: #125C86; }

 span { border-color: rgb(18,92,134); }

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