#238f9e

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

Shades of Scooter #238F9E

Tints of Scooter #238F9E

Color information

#238F9E (or 0x238F9E) is unknown color: approx Scooter. HEX triplet: 23, 8F and 9E. RGB value is (35,143,158). Sum of RGB (Red+Green+Blue) = 35+143+158=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #238F9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238F9E is #DC7061. Grayscale: #707070. Windows color (decimal): -14446690 or 10391331. OLE color: 10391331.

HSL color Cylindrical-coordinate representation of color #238F9E: hue angle of 187.32º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #238F9E is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB35143158-
CMYK0.780.0900.38
HSL187.32º63.73%37.84%-
HSV(B)187.32º77.85%61.96%-
XYZ16.6922.4735.81-
YUV112.42153.7272.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.42%
GREEN value IS 143 (56.25% from 255) = 42.56%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=10.42%
G=42.56%
B=47.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal351431580.780.0900.38187.3263.7337.84
Hex238F9E4E9026bb4026
Octal432172361161104627310046
Binary1000111000111110011110100111010010100110101110111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238f9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238f9e; }

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

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

<style>
 a { background-color: #238f9e; }

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

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

<style>
 span { border-color: #238f9e; }

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

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