#258F9E

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

Shades of Scooter #258F9E

Tints of Scooter #258F9E

Color information

#258F9E (or 0x258F9E) is unknown color: approx Scooter. HEX triplet: 25, 8F and 9E. RGB value is (37,143,158). Sum of RGB (Red+Green+Blue) = 37+143+158=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #258F9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258F9E is #DA7061. Grayscale: #707070. Windows color (decimal): -14315618 or 10391333. OLE color: 10391333.

HSL color Cylindrical-coordinate representation of color #258F9E: hue angle of 187.44º 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 #258F9E is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB37143158-
CMYK0.770.0900.38
HSL187.44º62.05%38.24%-
HSV(B)187.44º76.58%61.96%-
XYZ16.7622.5135.81-
YUV113.02153.3873.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.95%
GREEN value IS 143 (56.25% from 255) = 42.31%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=10.95%
G=42.31%
B=46.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371431580.770.0900.38187.4462.0538.24
Hex258F9E4D9026bb3e26
Octal45217236115110462737646
Binary100101100011111001111010011011001010011010111011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,143,158); }

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

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

 a { background-color: rgb(37,143,158); }

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

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

 span { border-color: rgb(37,143,158); }

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