#258E9F

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

Shades of Scooter #258E9F

Tints of Scooter #258E9F

Color information

#258E9F (or 0x258E9F) is unknown color: approx Scooter. HEX triplet: 25, 8E and 9F. RGB value is (37,142,159). Sum of RGB (Red+Green+Blue) = 37+142+159=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #258E9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258E9F is #DA7160. Grayscale: #707070. Windows color (decimal): -14315873 or 10456613. OLE color: 10456613.

HSL color Cylindrical-coordinate representation of color #258E9F: hue angle of 188.36º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #258E9F is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB37142159-
CMYK0.770.1100.38
HSL188.36º62.24%38.43%-
HSV(B)188.36º76.73%62.35%-
XYZ16.6922.2436.21-
YUV112.54154.2174.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.95%
GREEN value IS 142 (55.86% from 255) = 42.01%
BLUE value IS 159 (62.5% from 255) = 47.04%
R=10.95%
G=42.01%
B=47.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371421590.770.1100.38188.3662.2438.43
Hex258E9F4DB026bc3e26
Octal45216237115130462747646
Binary100101100011101001111110011011011010011010111100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,142,159); }

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

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

 a { background-color: rgb(37,142,159); }

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

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

 span { border-color: rgb(37,142,159); }

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