#258C9B

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

Shades of Scooter #258C9B

Tints of Scooter #258C9B

Color information

#258C9B (or 0x258C9B) is unknown color: approx Scooter. HEX triplet: 25, 8C and 9B. RGB value is (37,140,155). Sum of RGB (Red+Green+Blue) = 37+140+155=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #258C9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258C9B is #DA7364. Grayscale: #6E6E6E. Windows color (decimal): -14316389 or 10193957. OLE color: 10193957.

HSL color Cylindrical-coordinate representation of color #258C9B: hue angle of 187.63º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #258C9B is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB37140155-
CMYK0.760.1000.39
HSL187.63º61.46%37.65%-
HSV(B)187.63º76.13%60.78%-
XYZ16.0621.5234.32-
YUV110.91152.8875.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.14%
GREEN value IS 140 (55.08% from 255) = 42.17%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=11.14%
G=42.17%
B=46.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371401550.760.1000.39187.6361.4637.65
Hex258C9B4CA027bc3d26
Octal45214233114120472747546
Binary100101100011001001101110011001010010011110111100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,140,155); }

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

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

 a { background-color: rgb(37,140,155); }

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

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

 span { border-color: rgb(37,140,155); }

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