#238C9E

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

Shades of Scooter #238C9E

Tints of Scooter #238C9E

Color information

#238C9E (or 0x238C9E) is unknown color: approx Scooter. HEX triplet: 23, 8C and 9E. RGB value is (35,140,158). Sum of RGB (Red+Green+Blue) = 35+140+158=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #238C9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238C9E is #DC7361. Grayscale: #6E6E6E. Windows color (decimal): -14447458 or 10390563. OLE color: 10390563.

HSL color Cylindrical-coordinate representation of color #238C9E: hue angle of 188.78º 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 #238C9E is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB35140158-
CMYK0.780.1100.38
HSL188.78º63.73%37.84%-
HSV(B)188.78º77.85%61.96%-
XYZ16.2421.5835.66-
YUV110.66154.7174.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.51%
GREEN value IS 140 (55.08% from 255) = 42.04%
BLUE value IS 158 (62.11% from 255) = 47.45%
R=10.51%
G=42.04%
B=47.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal351401580.780.1100.38188.7863.7337.84
Hex238C9E4EB026bd4026
Octal432142361161304627510046
Binary1000111000110010011110100111010110100110101111011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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