#258B99

Color #258B99 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #258B99

Tints of Scooter #258B99

Color information

#258B99 (or 0x258B99) is unknown color: approx Scooter. HEX triplet: 25, 8B and 99. RGB value is (37,139,153). Sum of RGB (Red+Green+Blue) = 37+139+153=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #258B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258B99 is #DA7466. Grayscale: #6D6D6D. Windows color (decimal): -14316647 or 10062629. OLE color: 10062629.

HSL color Cylindrical-coordinate representation of color #258B99: hue angle of 187.24º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #258B99 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB37139153-
CMYK0.760.0900.4
HSL187.24º61.05%37.25%-
HSV(B)187.24º75.82%60%-
XYZ15.7521.1633.39-
YUV110.1152.2175.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.25%
GREEN value IS 139 (54.69% from 255) = 42.25%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=11.25%
G=42.25%
B=46.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal371391530.760.0900.4187.2461.0537.25
Hex258B994C9028bb3d25
Octal45213231114110502737545
Binary100101100010111001100110011001001010100010111011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258B99; }

 p { color: rgb(37,139,153); }

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

<style>
 a { background-color: #258B99; }

 a { background-color: rgb(37,139,153); }

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

<style>
 span { border-color: #258B99; }

 span { border-color: rgb(37,139,153); }

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